https://github.com/idriskulubi/orderpass
https://github.com/idriskulubi/orderpass
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/idriskulubi/orderpass
- Owner: IdrisKulubi
- Created: 2024-02-16T10:22:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-16T10:22:56.000Z (over 1 year ago)
- Last Synced: 2025-01-29T12:17:24.858Z (6 months ago)
- Language: Python
- Size: 1.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OrderUp
OrderUp is a food ordering application built using the Django framework. This application allows users to browse and order food from food stalls, place their orders without the hassle of waiting in long queues and view the status of their orders in order to facilitate smooth delivery of ready orders.
## Features
- Browse the menu with ease and add items to cart
- Place orders online without visiting the stall
- Track the status of your orders## Prerequisites
- Python 3.7 or later
- Django 3.1 or later
- SQLite## Installation
1. Clone the repositorygit clone https://github.com/aryasuneesh/OrderUp.git
2. Install required packagespip install -r requirements.txt
3. Migrate the database
python manage.py migrate
4. Run the development serverpython manage.py runserver
## License
This project is licensed under the MIT License - see the LICENSE file for details.