Code2Gether-Discord / JokesOnYou

A learning project, A jokes website build as a team project.
12 stars 11 forks source link

Make docker optional #164

Closed chrisK00 closed 2 years ago

chrisK00 commented 3 years ago

Docker makes more sense in a dev environment, but right now it is just slowing down the development process alot.

Make docker optional! One approach would be to have another connection string for a local postgre db and then we can simply switch the connection string for the AddDbContext.

https://docs.microsoft.com/en-us/ef/core/managing-schemas/migrations/providers?tabs=dotnet-core-cli

unbekanntunity commented 3 years ago

:thumbsup: