chore: add database update instructions to README.md

This commit is contained in:
cuqmbr 2022-06-18 13:48:12 +03:00
parent b779611380
commit 3c6f4db7b0

View File

@ -2,13 +2,18 @@
- C#, Microsoft.EntityFrameworkCore, Razor Pages
### Installation:
### Installation
1. Compile the project (`[~]$ dotnet build -c Release` or in IDE)
2. Copy ~/TicketOffice/wwwroot to the root directory of compiled project (clean database can be found in ~/wwwroot/db)
3. Launch
### Available routes:
### Database update
1. `[~/TicketOffice]$ dotnet-ef database drop` then confirm database deletion
2. `[~/TicketOffice]$ dotnet-ef database update`
### Available routes
#### № 027