This repository contains TurnikCity API sources. Support: ultramarine256@gmail.com
- Run
cd ./WebApi
- Copy
launchSettings.json
toProperties
- Copy
appsettings.TEMPLATE.json
toappsettings.Local.json
- Fill
appsettings.Local.json
with valid credentials
- Run
cd ./WebApi
- Run
$Env:ASPNETCORE_ENVIRONMENT = "Local"
- Launch the project using
dotnet run
- Open
http://localhost:13203/swagger
in browser
- Run
dotnet publish -c:Release -o:./publish
- Run
cd ./Data
- Run
dotnet ef database update
to Update Database - Run
dotnet ef migrations add 'asd'
to Create Migration
More details on ef-core tools