Skip to content

This is sample web api project in .net core with Identity

Notifications You must be signed in to change notification settings

manishgpt0710/OneCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OneCoreApp

EF Core Commands

$ dotnet tool install --global dotnet-ef
$ dotnet ef migrations add MyFirstMigration
$ dotnet ef database update
$ dotnet ef migrations remove
$ dotnet ef migrations script

More Info @ https://www.entityframeworktutorial.net/efcore/entity-framework-core-migration.aspx

Run Locally

$ cd <repo_path>/src/OneCore
$ dotnet run

Publish

$ dotnet publish -c Release -r win-x64 --output ./dist OneCore.sln

Swagger Doc

https://{host}:{port}/swagger

About

This is sample web api project in .net core with Identity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published