This is a simple project for shortening the long URLs into short URLs. This is done using Node.js, Express, and MongoDB.
Install Dependencies
npm install
Run file
npm run start
Change credentials database (.env)
MONGO_URL=mongodb+srv://<username>:<password>@cluster0.kseg8.mongodb.net/<database>?retryWrites=true&w=majority
On your browser, head to localhost:5000