Skip to content

prowe/dotNetCoreDemo

Repository files navigation

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

About

Example .NetCore based web service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages