URL shortener is a cutting-edge and user-friendly URL shortening service designed to simplify and optimize your web experience. With the exponential growth of online content, long and cumbersome URLs have become a nuisance, making it challenging to share links efficiently.
This is an individual project built within a span of 2 hours.
Backend is deployed on Cyclic: Deployed Link
Frontend is deployed on Netlify: Deployed Link
- URL Shortener
- Time Based
Clone the project
git clone git@github.com:Abhi0049k/Group-Chat.git
Go to the backend directory
cd backend
Install dependencies
npm install
Before running the Backend server on your local system do setup the .env
Start the server
npm start