Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener Backend

Configuration

Environmental variables are written in .env.example, rename it to .env to deploy. If you use the containerized version, use the container manager's spec on defining environmental variables.

POST /urlgen

Body: JSON

{ url: string expiry: number }

Response

token: string (8 chars)

GET /:link

302 redirect to URL

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages