Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 436 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 436 Bytes

Bucks

A web application powered by Python and Django to manage repair shop.

Installation and Usage

Clone

Clone the project

$ git clone https://github.com/JitendraNirnejak/bucks.git
$ cd bucks

Install Dependencies

Install Django in your environment :

For Windows :

$ pip install django

For Linux :

$ pip3 install django

Start the server

$ python manage.py runserver