Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 603 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 603 Bytes

Sample application to demonstrate .Net Core

To run

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