A simple URL Shortener built using Node.js, Express.js, and MongoDB. This application allows users to shorten long URLs and access them using a short, unique identifier.

https://url-shortener-73ct.onrender.com/
- Shorten long URLs into compact links
- Redirect shortened links to their original URLs
- Simple and easy-to-use interface
- Persistent storage using MongoDB
- Node.js - Backend runtime
- Express.js - Web framework for Node.js
- MongoDB & Mongoose - Database and ORM for storing shortened URLs
- EJS - Templating engine for rendering views
git clone https://github.com/yourusername/url-shortener.git
cd url-shortenerdocker pull sharifuzzaman/u-short:v-1
docker run -d -p 5003:5003 --name url-1 sharifuzzaman/u-short:v-1