csaidane / tinyapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

"Screenshot ofr the login page" "Screenshot of the URL index "Screenshot of the URL creation

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.
  • For development purposes I recommend installing nodemon and starting the server with npm start instead

About


Languages

Language:HTML 58.0%Language:JavaScript 42.0%