An open API service indexing awesome lists of open source software.

https://github.com/nirnejak/store-management-app

Repair Shop Management Application
https://github.com/nirnejak/store-management-app

django ecommerce repair-management store-management

Last synced: 2 months ago
JSON representation

Repair Shop Management Application

Awesome Lists containing this project

README

        

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

## Installation and Usage

### Clone
Clone the project
```sh
$ git clone https://github.com/JitendraNirnejak/bucks.git
$ cd bucks
```

### Install Dependencies
Install Django in your environment :

**For Windows :**
```sh
$ pip install django
```
**For Linux :**
```sh
$ pip3 install django
```

### Start the server
```sh
$ python manage.py runserver
```