Welcome to Hunger's Point! This repository contains the backend code for our food ordering and delivery platform built using Django.
Hunger's Point aims to provide a seamless experience for users to order food from Hunger's Point restaurant and get it delivered to their doorstep. This Django backend serves as the foundation for our platform, handling authentication, order management, and integration with external services.
- User authentication and authorization
- Restaurant and menu management
- Order processing and tracking
- Integration with payment gateways
- Admin dashboard for managing users, orders, and menus
To get started with Hunger's Point, follow these steps:
- Clone this repository to your local machine.
- Install Python (if not already installed).
- Create a virtual environment using
virtualenv
orvenv
. - Activate the virtual environment.
- Install dependencies using
pip install -r requirements.txt
. - Run migrations to set up the database:
python manage.py migrate
. - Start the development server:
python manage.py runserver
.
After following the installation steps, you can access the Django admin interface at http://localhost:8000/admin/
to manage users, menus, and orders. Additionally, you can explore the API endpoints defined in the project to interact programmatically with the backend.
This project is licensed under the Ekfrazo Technologies.
If you have any questions or suggestions regarding Hunger's Point, feel free to contact us at [email protected].
Thank you Hunger's Point!