Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.25 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.25 KB

TinyApp Project by CatCommands

Please visit My GitHub Profile

Click here to learn more about My Projects and April Coding BootCamp at LHL!

  • Welcome to My First project of the lighthouse Coding Bootcamp;
  • TinyApp is a full stack web application built with Node and Express that allows users to shorten long URLs (à la bit.ly);

Final Product

  • Scroll down to see screenshots of the final product,
  • Final product also allows the user to store, shorten and update URLs and also delete them,
  • URLs page are only accessible to the user who creates them.

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

Screenshots from my project, TinyApp:

"Screenshot of URLs page" "Screenshot of Register page" "Screenshot of Logged in page"