Skip to content

abdi-z/url-shortner-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener Microservice

An express based url shortner microservice created using mongoose and node. The site prompts the user to enter a url and saves it in the mongodb along with a randomly generated hash. Then provides the user with the api of the same hash in the path param. When requested to such api, the express checks the database for the url saved along with such hash requested and redirects the user to that same url.

ss1

Deployed live link available https://su-ar.herokuapp.com/

ss2

For example:

https://leetcode.com/problems/add-binary/discuss/1994980/c-easy-if-else-commented-solution

can be converted to:

https://su-ar.herokuapp.com/i/7457

About

A url-shortner microservice using express and node, deployed on heroku.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published