Skip to content

dotnet core 6.0 rest api for social-platform-2000

License

Notifications You must be signed in to change notification settings

Avicted/social-platform-2000-backend

Repository files navigation

Forum backend

VSCode development docker container has been setup.

Run inside the remote development container:

./develop.sh

Create a new database migration:

dotnet ef migrations add "<name_of_migration>" \
--project sp2000.Infrastructure \
--startup-project sp2000.API \
--output-dir Persistance/Migrations \
--context ApplicationDbContext

Update the database with the migration(s):

dotnet-ef database update \
--project sp2000.API/sp2000.API.csproj \
--context ApplicationDbContext

Architecture

Architecture

Database Diagram

Database Diagram

Common problems

Red squiggly lines everywhere, VSCode -> <CTRL + SHIFT + P> restart omnisharp, the language server.

About

dotnet core 6.0 rest api for social-platform-2000

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published