Skip to content

ignaspangonis/chatter-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatter-service

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.

Prerequisites

How To Run

Run DB

Once installed, run the DB. For example, on macOS, run brew services start mongodb-community to start the DB.

Run app

If you are using Visual studio IDE:

  • Open the ChatterService.sln file in Visual Studio
  • Set ChatterService project 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

About

Chat app backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages