- Install the .Net Core SDK from https://www.microsoft.com/net/core
- Restore (download) dependencies by running
dotnet Restore
- To deploy the database schema run
dotnet ef database update
- Create a valid JWT token signed by Google. This can be done by Using Postman
- Start the app by running:
dotnet run
- Hit the app and pass a header "Authorization: Bearer [Token]" in the request