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.
- Host: GitHub
- URL: https://github.com/riz4d/xerocart
- Owner: riz4d
- Created: 2024-07-04T05:28:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-04T06:03:03.000Z (almost 2 years ago)
- Last Synced: 2025-07-03T12:59:52.290Z (11 months ago)
- Topics: django, firebase, python
- Language: HTML
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```