Skip to content

popraducj/Galaxy.Teams

Repository files navigation

Galaxy.Teams

Description

In this microservice will be responssable for the team actions and interactions. The architecture type is clean architecture so the solution is devided in 3 projects: Presentation, Infrastructure and Core. More about clean architecture you can find here https://medium.com/vinarah/clean-architecture-example-c-5990bd4ac8.

Used Technologies

  • .Net Core Console App 3.0
  • Pomelo EF
  • MySql Server
  • NLog
  • gRPC
  • GraphQL

Entity Framework Migrations

Run the following command from Galaxy.Teams.Presentation folder: dotnet ef migrations add {{name}} -c TeamDbContext

Needed in order to run locally

On deploy

Please make sure you overwrite the following settings:

  • ConnectionStrings__TeamDb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages