Skip to content

falconakhil/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL-Shortener

Backend for URL shortener in django

API :
1.POST: Can be sent to /add/ . Expects json object with 'long_url'
2.DELETE: Can be sent to /delete/ . Expects json object with 'key' as unique key.
3.GET: Can be sent to /get/ . Needs any one of 'long_url', "short_url' or 'key' and returns json object of all three.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published