The backend part of a simple chat app with weather API, built with ASP.NET Core (C#) framework.
Check the frontend part here. That repository contains the screenshots and screen recordings of the app and lists out the potential improvements for the app.
- Make sure you have mongodb installed (installation guide).
Once installed, run the DB. For example, on macOS, run brew services start mongodb-community to start the DB.
If you are using Visual studio IDE:
- Open the
ChatterService.slnfile in Visual Studio - Set
ChatterServiceproject as Startup Project and build the project. - Run the application.
Otherwise, use dotnet run command to run the project:
cd ChatterService && brew services start mongodb-community && dotnet run