The URL Shortener project is a web application designed to condense long URLs into shorter, more manageable links. This tool simplifies sharing URLs by generating concise links that redirect to the original web addresses. Users can create short URLs for any valid web address, making it easier to share and track links across various platforms.(this project is just the backend of the web application you can try testing it using postman or any other testing tools)
- Easy URL Shortening: Quickly shorten long URLs with a simple interface.
- Custom Short Links: Option to create custom short links for personalized branding.
- Node.js
- Express.js
- MongoDB
git clone https://github.com/fawez9/URL_Shortener.git cd URL_Shortener npm install npm run devAs I mentioned earlier this project is just the backend of the web app u can test it using Postman or any other testing tools.
Contributions are welcome! Please fork the repository and create a pull request with your changes.
This project is licensed under the MIT License.