Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.21 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.21 KB

URLpet.it Project

URLpet.it is a full stack web application built with Node and Express that allows users to shorten long URL's(à la bit.ly).

Final Product

Login page

"login page"

User registration page

"registration page"

URLs home page

"URL's home page" The user has access to this page after logging in. It displays all the petit URL's created by the user with options to edit or delete the created URL's and also displays a link to create a new petit URL.

New URL page

"Create a new URL page" The user can only access this page and create a new petit URL after logging in. This page lets the User create their own brand new petit URL and lets them save it to their collection of petit URL's

URL show page

"Edit and save URL page" This page lets the user edit and and save the petit URL.

Depenencies

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

Getting started

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