and... Action! - A dashboard for browsing movies, directors and soundtracks. The user can add reviews, get movie recommandations, and see statistics about the movie world.
Change the database connection string in appsettings.Development.json to your local database connection.
After that, open "Package Manager Console" in Visual Studio and type the following command to run the latest migration.
update-database
dotnet watch run