Skip to content

neglarken/url_shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

url_shortener

To start app

docker-compose up

POST localhost:8080/url

Add short URL in redirecting list

body:
{
"url":"example.com"
"alias":"example"
}

DELETE localhost:8080/url

Delete short URL from redirecting list

body:
{
"alias":"example"
}

GET localhost:8080/{alias}

Redirect to full URL by short URL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published