Please visit My GitHub Profile
Click here to learn more about My Projects and April Coding BootCamp at LHL!
- Welcome to My First project of the lighthouse Coding Bootcamp;
- TinyApp is a full stack web application built with Node and Express that allows users to shorten long URLs (à la bit.ly);
- Scroll down to see screenshots of the final product,
- Final product also allows the user to store, shorten and update URLs and also delete them,
- URLs page are only accessible to the user who creates them.
- Node.js
- Express
- EJS
- bcrypt
- body-parser
- cookie-session
- Install all dependencies (using the
npm install
command). - Run the development web server using the
node express_server.js
command