Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.02 KB

File metadata and controls

40 lines (26 loc) · 1.02 KB

TinyApp Project

TinyApp is a full stack web development built with Node and Express. Allows users to login, create tiny URLS from a web address, and use it to redirect.

Final Product

"URLs page"

"New link page"

"Login page"

"New User Registration page"

"Edit link page"

"Logout page"

Dependencies

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

Getting started

  • install all dependancies ( using: npm install)
  • run the webserver using npm start

Test accounts to use app

Login: user@example.com Pass: 123

Login: user2@example.com Pass: 456