A web application powered by Python and Django to manage repair shop.
Clone the project
$ git clone https://github.com/JitendraNirnejak/bucks.git
$ cd bucks
Install Django in your environment :
For Windows :
$ pip install django
For Linux :
$ pip3 install django
$ python manage.py runserver