A URL Shortener made with the help of Node.js and MongoDB as Database.
https://urlshortner-5ape.onrender.com
- Shorten Your URLs Easily
- Add Custom Alias
Clone the project
git clone https://github.com/ssahibsingh/url-shortener.gitGo to the project directory
cd url-shortenerInstall dependencies
npm installStart the server
node app.jsTo run this project, you will need to add the following environment variables to your .env file
MONGOOSE_URI= <MongoDB Connection String>
BASE_URL= <Your Domain>