A web application for shortening you URL.
- transforming long, ugly URLs into shorts
- simply copy the short link
- redirect to the original URL through the shortened URL
- Please make sure that Node.js and npm are installed.
- Open Terminal and clone this project to your local computer.
- Install the required dependencies :
npm i express@4.17.1 express-handlebars@4.0.2 - Install mongoose :
npm i mongoose@5.9.7 - Install nodemon :
npm i nodemon - After installation is complete, start the server :
npm run dev - If you see the message below, it means the program is running successfully :
App is running on localhost:3000
mongodb connected! - You can access it through this URL :
http://localhost:3000 - Node.js 14.16.0
- Express 4.17.1
- Express-Handlebars 4.0.2
- Bootstrap 5.0.2
- MongoDB
- mongoose 5.9.7