Thanks to visit codestin.com
Credit goes to github.com

Skip to content

An application that shortens long URLs to short links that re-direct users. Built using NodeJS, Express, and MongoDB

Notifications You must be signed in to change notification settings

grantran/tinyApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyURL App

This application takes a long URL, assign it a randomly generated 6 character tag, creating a short URL that will re-direct to the original long URL.

Users are able to register their own account and request shortened URLs for different URLs. URLs are user-specific, and shortened URLs can be used by everyone.

Final Product

"Screenshot of user-specific URL list "Screenshot of the page to add a new URL "Screenshot of updating an exisiting URL

Dependencies

  • Node.js
  • Express
  • EJS
  • bcrypt
  • body-parser
  • cookie-parser
  • cookie-session

Getting Started

  • Install all dependencies (using the npm install command)
  • Run the development web server using the node express_server.js command

About

An application that shortens long URLs to short links that re-direct users. Built using NodeJS, Express, and MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published