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.git
Install server
cd server
pip install -r requirements.txt
Run the development server with
python manage.py runserver
Now install client with the following steps:
Install node requirements
cd client
npm i
Run the development server with
npm run dev
Client: 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)