TMDB.Server To set up the local db: Install ef tools if needed: dotnet tool install --global dotnet-ef To set up the localdb run: dotnet ef database update After starting the app Swagger available at: http://localhost:5170/swagger/index.html