- .NET Core SDK 3.1
- PostgreSql
- Auth0 Account
- TMDb Account
- Edit the contents of the
src/MovieRecommender.Api/appsettings.json
file according to your own settings. - Please type below command to your terminal for create database schema.
yarn db-update
or
npm run db-update
- Navigate to
src/MovieRecommender.Api
folder and typedotnet run
command. - Application will be serving on
https://localhost:5001
Go to https://localhost:5001/help
for API documentation.