TinyApp is an inuitive full-stack web application crafted using Node and Express. TinyApp allows users to easily shorten lengthy URLs, enhancing convenience and efficiency in when sharing web links.
Never worry about running out of characters in your social media posts again, thanks to TinyApp!
- Shorten lengthy URLs into easy to use shortened links
- User-friendly
- Secure registration, login and access control
- Node.js
- Express.js
- EJS
- bcryptjs
- cookie-session
- Clone the repository
- Navigate to the tinyapp directory using the
cd tinyapp
command. - Install all dependencies using the
npm install
command. - Run the development web server using the
node express_server.js
command. - Register an account and begin your URL shortening journey!