TinyApp is a full stack web application built with Node and Express that allows users to shorten long URLs (à la bit.ly). This app was created by Paige Nelmes as part of my learning with Lighthouse Labs.
NOTE: This project was created for learning purposes. It is not intended for use in production-grade software.
Create short URLs in seconds with TinyApp!
To get started, create a free account. Registration is a fast and simple.
TinyApp stores all your short URLs in one place.
You also can edit or delete any URL that you've created.
TinyApp is responsive! No matter how big or small your browser window is, the app will look great.
- Node.js
- Express
- EJS
- bcryptjs
- cookie-session
- Install all dependencies (using the
npm installcommand). - Run the development web server using the
node express_server.jscommand. - Have fun creating all kinds of short URLs!