#Chota
Chota is an awesome url shortener written in Flask, it is simple yet powerful. Fork this repo and play around with it, don't forget to make pull requests :)
###Installation:
- Clone this repo
git clone https://github.com/itsnauman/chota.git - Install the requirements, only Flask is required though
pip install -r requirements.txt
###Usage:
Run the runserver.py file and boom you are up and running, python runserver.py
###Contributing:
- Implement a database to store url's
- Improve loading speed
- Make the website pretty
- Improve the api
- Deploy the application to Heroku/Pythonanywhere
###License: Chota is distributed under MIT license, see license for more details
