Food-Delivery-Frontend : https://github.com/drmingler/Food-Delivery-Frontend
An application for the management of a Food delivery services.
List all orders
Create order
Delete order
Generates an invoice for orders
Make sure you have Git and Python, before you proceed.
To clone and run this application, you will need Git installed on your computer.
$ git clone https://github.com/drmingler/FoodDelivery-Backend.git
pip install -r requirements.txt On your terminal To install packages from requirement file.
python manage.py makemigrations
python manage.py runserver
python manage.py migrate
python manage.py runserver
To run the frontend check the steps here: https://github.com/drmingler/Food-Delivery-Frontend
- Django – Back-end server
- API – RestFul Api
- Sqlite – Database
- React – Front-end
- React sematics ui – Styling