Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 225 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 225 Bytes

aspnetcore-webapi-example

Steps to run:

  1. Clone the project

  2. Restore the dependencies

    dotnet restore

  3. Update database with migrations

    dotnet ef database update

  4. Run the project

    dotnet run