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
- Host: GitHub
- URL: https://github.com/nirnejak/store-management-app
- Owner: nirnejak
- Created: 2018-12-07T08:15:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T18:30:49.000Z (over 6 years ago)
- Last Synced: 2025-04-13T13:05:54.275Z (2 months ago)
- Topics: django, ecommerce, repair-management, store-management
- Language: Python
- Size: 932 KB
- Stars: 17
- Watchers: 0
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```