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

https://github.com/riz4d/xerocart

The College Stationery Shop Application simplifies ordering for students by enabling online submission of Xerox and stationery requests, reducing in-shop crowding during peak hours. Developed using Django and integrated with Firebase Database, it efficiently manages real-time orders.
https://github.com/riz4d/xerocart

django firebase python

Last synced: 25 days ago
JSON representation

The College Stationery Shop Application simplifies ordering for students by enabling online submission of Xerox and stationery requests, reducing in-shop crowding during peak hours. Developed using Django and integrated with Firebase Database, it efficiently manages real-time orders.

Awesome Lists containing this project

README

          

# Xero Cart

The College Stationery Shop Application simplifies ordering for students by enabling online submission of Xerox and stationery requests, reducing in-shop crowding during peak hours. Developed using Django and integrated with Firebase Database, it efficiently manages real-time orders, this application enhances convenience for students and operational efficiency for shop owners, minimizing crowding and wait times in college stationery shops.

### Features
- Online Ordering: Students can submit Xerox and stationery requests online.
- Real-Time Order Management: Integrates with Firebase for real-time updates.
- Efficient Queue Handling: Reduces in-shop crowding and wait times.
- User-Friendly Interface: Simple and intuitive design for ease of use.

### Installation

1. Clone this repository to your local machine.
```
git clone https://github.com/riz4d/XeroCart
cd XeroCart
```

2. Fill the required configuration variables at
```
`Xero/views.py`
```
3. Install Dependencies with pip
```
pip install -r requirements.txt
```

4. Then run with

```
python3 manage.py runserver
```

5. Now it's been live in your Localhost
```
127.0.0.1:8000
```