Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 648 Bytes

File metadata and controls

21 lines (15 loc) · 648 Bytes

TinyApp Project

TinyApp is a the first project I build in bootcamp.

Final Product

"screenshot for MainPage" "screenshot for CreatURLPage" "screenshot for LoginPage"

Dependencies

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

Getting Started

  • Install all dependencies (using the npm install command).
  • Run the development web server using the node express_server.js command.