A simple Website for Url Shortening made with Django-Framework.
- Django
- Clone the repository
https://github.com/anubhav-cp/UrlShortner.git
- Change the working directory
cd UrlShortner
- Install dependencies
pip install -r requirements.txt(to be released soon)
- Run the Server
python manage.py runserver
You are all set! Open localhost:8000 to see the app.
Pull Requests are always welcome!
If you wish to contribute using Github, you can work on any features or create one on your own. After adding your code, send us a Pull Request.