🚀 Url Shortener - Open Trimmr
This is a full-stack URL Shortener application built using the MERN stack. The platform enables users to shorten URLs, track device and location information from URL clicks, and includes a secure authentication flow.
Frontend Repo - https://github.com/adhit7/url-shortener
Backend Deployed Link - https://trimmr.up.railway.app/
- Authentication Flow: Users can register, log in, and manage their accounts securely.
- URL Shortening: Paste a URL and shorten it for easy sharing.
- Click Tracking: Track device type and location data from clicks on the shortened URLs.
$ git clone https://github.com/itzadhi/urlshortener-backend.git
$ cd urlshortener-backend
$ npm install
$ npm run server