URLpet.it is a full stack web application built with Node and Express that allows users to shorten long URL's(à la bit.ly).
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.
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
This page lets the user edit and and save the petit URL.
- Node.js
- Express
- EJS
- bcrypt
- body-parser
- cookie-session
- Install all dependencies (using the
npm install
command). - Run the development server (using the
node express_server.js
command).