Skip to content

stackery/demo-url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Stackery URL Shortener

Stack Architecture

After deploying this stack, you will be able to make a POST request to the /create route with a JSON body containing a URL to shorten:

{
  "url": "https://example.com/my-super-long-url.html"
}

This will return a JSON response with the shortened URL id:

{
  "id": "kjdhfb"
}

Then, you will be able to make a request to the shortened URL: https://<api domain>/kjdhfb. The response will be a 301 redirect to the long URL.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published