Skip to content

jkdv-systeme/shortme-api-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

short-me API

This is the API for the short-me project. It is a simple URL shortener.

Used technologies

How to run

  • Install docker and docker-compose
  • Run cd shortme-api-net && docker-compose up -d
  • Run dotnet run to start the server or dotnet watch with hot reloading (or use your IDE)
  • The API will be available at https://localhost:7200 and http://localhost:5146

Hints

  • Helpers already has functions implemented for generating a random string of any length

About

.NET Core Example API (Url shortener)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published