Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 954 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 954 Bytes

TinyApp Project

TinyApp is a full stack web application built with Node and Express that allows users to shorten long URLs (à la bit.ly).

Final Product

Login

"Login page"

Register

"Registration"

Creating, editing and deleting urls

"Create-edit-delete url"

Accessing short urls

"Access short url"

Dependencies

  • Node.js
  • Express
  • EJS
  • bcryptjs
  • cookie-session

Getting Started

  1. Install all dependencies (using the npm install command).
  2. Run the development web server using the npm start command to start the application.
  3. Launch the app by visiting http://localhost:8080/