Skip to content

A web application built with Node and Express that allows users to shorten long URLs

Notifications You must be signed in to change notification settings

vivienfan/w2d2-tiny-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyApp Project

TinyApp is a full stack web application built with Node and Express that allows users to shorten long URLs.

Final Product

"/urls, for user a@a.a" List of URLs and their shortened URLs, allows for modification and deletion.

"/urls, for user b@b.b" Different user has a different list of the URLs that they created.

"/urls/:shortUrl" Every URL can be updated, and check on the details of each visit.

Dependencies

  • Node.js
  • Express
  • EJS
  • bcrypt
  • body-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

A web application built with Node and Express that allows users to shorten long URLs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages