Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 513 Bytes

File metadata and controls

19 lines (11 loc) · 513 Bytes

Crowded Region Detection

Bachelor project - Crowded Region Detection

App

Run with flutter run in /crowdedapp directory

Backend

Run with dotnet run in /CrowdedBackend directory

Make Rider auto generate a controller. When it fails, copy the command it tried to run, then remove --useSqlite and add --databaseProvider postgres

Make Rider auto generate a migration dotnet ef migrations add <NameOfMigration>. Make Rider build database dotnet ef database update --verbose

This is an update