https://github.com/sseffa/restapi-starterkit
https://github.com/sseffa/restapi-starterkit
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sseffa/restapi-starterkit
- Owner: sseffa
- Created: 2019-01-25T15:06:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T20:32:24.000Z (over 7 years ago)
- Last Synced: 2025-02-27T04:47:35.244Z (over 1 year ago)
- Language: C#
- Size: 283 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
dotnet ef migrations add Initial -c CatalogContext -p ../Infrastructure/Infrastructure.csproj -s starterkit.csproj -o Data/Migrations/
dotnet ef migrations add InitialIdentityModel -c AppIdentityDbContext -p ../Infrastructure/Infrastructure.csproj -s starterkit.csproj -o Identity/Migrations/
dotnet ef database update -c CatalogContext -p ../Infrastructure/Infrastructure.csproj -s starterkit.csproj
dotnet ef database update -c AppIdentityDbContext -p ../Infrastructure/Infrastructure.csproj -s starterkit.csproj