Skip to content

sunstryder/shorturl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THe Url shortener requires tehse things:

Front-end

  1. field to input
  2. button to action
  3. another field to display result

Back-end

  1. Logic that does encoding
  2. Table lookup for already encoded urls
  3. Database to store all these things.
  4. redirect action (HTTP Code 301, permanent redirect)

Tech:

  1. Express for making the node API
  2. MongoDB for storing the hashed urls

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors