Skip to content
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.

PhysikOnline/tinygu_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend for tinygu 2.0

CircleCI

Installation

  • .Net Core 2.0 SDK
  • clone repository
  • run dotnet(.exe) restore inside folder Tinygubackend to install all dependencies
  • run dotnet(.exe) run to 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 run to enable development environment

Swagger

API documentation is available under /swagger.

About

Asp.net core backend for the url-shortener.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages