A real-time URL shortener
with.acmvit.in
was created to give lengthy, messed up URLs a simple, and a professional look.
This project is written in Javascript and is hosted as a serverless function on Vercel.
Firebase was used to store the URLs for each route to redirect the user to the target URL.
Lets get started!
Fork this repository.
git clone https://github.com/<your_username>/with.acmvit.in.git
cd with.acmvit.in
vercel link # link the repository to your vercel account
vercel env add # add all the required environment variables
vercel # start the build and deploy to vercel
Contributors: Swarup Kharul, Srinivas V
Mentors: Yash Kumar Verma, Shreyas K
Distributed under the MIT license. See LICENSE for more information.