Skip to content

A full stack web application built with Node and Express, which allows users to shorten long URLs. Users must sign in the interact with their URLs.

Notifications You must be signed in to change notification settings

Justin-Moretto/tinyapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 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 (similar to bit.ly or tinyURL). Users must sign in to view, edit, create, and delete their shortened urls. Uses bcrypt to hash passwords and cookie-session to handle login status.

Final Product

"screenshot  of URLs page" "screenshot of login page" "screenshot of updating a single url page" "screenshot of URLs page when not signed in"

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 full stack web application built with Node and Express, which allows users to shorten long URLs. Users must sign in the interact with their URLs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published