- .Net Core 2.0 SDK
- clone repository
- run
dotnet(.exe) restoreinside folderTinygubackendto install all dependencies - run
dotnet(.exe) runto start the application on port 5000 - TODO Connection String
- see https://andrewlock.net/how-to-set-the-hosting-environment-in-asp-net-core/ to set env variables on windows
- on linux run
env ASPNETCORE_ENVIRONMENT=Development ASPNETCORE_URLS=http://localhost:5000 dotnet watch runto enable development environment
API documentation is available under /swagger.