This is the backend server for the TrimURL application — a simple and efficient URL shortener service.
It is built using Node.js, Express.js, MongoDB, and Mongoose.
- Node.js
- Javascript
- Express.js
- MongoDB (Mongoose)
- JWT Authentication
- CORS
- Cookies for refresh tokens
backend/ ├── controllers/ ├── models/ ├── routes/ ├── utils/ ├── app.js ├── server.js └── .env
bash git clone https://github.com/mayankkk04/url-backend.git cd url-backend
This project is deployed on Vercel
Mayank Pimpale
If you found this project helpful, feel free to ⭐ star the repository. It motivates me to keep building open-source projects!