Skip to content

EurikaOrmanel/link-choppa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Link Choppa

Overview:

A simple link-shortner application.

Usage(locally)

$npm install && npm test

Homepage:

Click here

Baseurl: https://linkchoppa.herokuapp.com/

Endpoint Description Method Params
/ Home GET
/url/append Create new shortened url POST {url:url to be shortened goes here}
/url/all Get all shortened urls GET
/url/update/slug goes here PATCH {url: new url goes here}
/slug goes here visit a shortned link GET
/slug goes herer delete a shortened url

Note

all end points return HTTP status code 404 when it encounters error.

About

A simple link shortner web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published