This is an app used to shorten the large and clumsy-looking URLs into smaller ones.
Clone the repo in your local system
git clone https://github.com/1010varun/urlShortner.gitInstall server
cd server
pip install -r requirements.txtRun the development server with
python manage.py runserverNow install client with the following steps:
Install node requirements
cd client
npm iRun the development server with
npm run devClient: HTML, CSS, JavaScript, Tailwind CSS, VITE, React JS
Server: Python, Django
- Shorts the given URL and will provide redirection on being called.
- Converts clumsy-looking URLs into a small one
Contributions are always welcome!
See contribution.md for ways to get started.
Always make a PR in the test branch
This project needs your shiny star ⭐.
Don't forget to leave a star ⭐️
Made with ❤ by varun (@1010varun)