A simple and efficient URL Shortener web application that converts long URLs into short, shareable links.
- Shorten long URLs instantly
- Fast redirection to original URLs
- Clean and minimal UI
- Persistent storage
- Deployed on Render
- HTML
- CSS (Bootstrap)
- JavaScript
- Node.js
- Express.js
- Render
URL-shortener/
│── public/ # Frontend files
│── routes/ # API routes
│── models/ # Database model
│── server.js # Entry point
│── package.json
git clone https://github.com/Varun04-pixel/URL-shortener.git
cd URL-shortenernpm installnpm starthttp://localhost:3000PORT=3000
DB_pass = your_mongoDB_pass_key