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
- Host: GitHub
- URL: https://github.com/sonujose/identitycore_openid
- Owner: sonujose
- Created: 2018-10-28T05:22:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-28T05:34:32.000Z (over 7 years ago)
- Last Synced: 2025-02-21T19:12:50.149Z (over 1 year ago)
- Language: C#
- Size: 520 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`