An open API service indexing awesome lists of open source software.

https://github.com/sonujose/identitycore_openid

Core application with IdentityService with Auth0 and open ID
https://github.com/sonujose/identitycore_openid

Last synced: 18 days ago
JSON representation

Core application with IdentityService with Auth0 and open ID

Awesome Lists containing this project

README

          

# .NET CORE WEB API WITH EF

Create new dot.net core app
- `dotnet new mvc --auth individual`

- `dotnet build`
- `dotnet restore`
- `dotnet run`

Create Migration
- Run `dotnet build` before performing database migration
- `dotnet ef migrations add "First Migration"`

Update database
- `dotnet ef database update`