Install .NET Core 2.x SDK Microsoft .NET Core SDK
Install dependencies and migrate database:
dotnet restore
dotnet ef database update
Start application server:
dotnet run
- Authentication is custom. It should be replaced with Identity Framework
- Hardcoded JWT secret and other validation info