Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 447 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 447 Bytes

ClassroomSailor.API

API in dotnet core for ClassroomSailor API consumers.

App CLI commands (to be run on the root path)

  1. build: dotnet build
  2. restore packages: dotnet restore
  3. run: dotnet run

Database CLI Commands (to be run from the path ~/ClassroomSailor.Repositories)

  1. dotnet ef migrations add {{migration-name}} -s ../ClassroomSailor.API/
  2. dotnet ef database update -s ../ClassroomSailor.API/

Dev URL: http://localhost:49837/