Skip to content

drmingler/FoodDelivery-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FoodDelivery-Backend

An application for the management of a Food delivery services.

Functionalities:

List all orders

Create order

Delete order

Generates an invoice for orders

Getting Start

Make sure you have Git and Python, before you proceed.

1. Clone the repository to your local machine

To clone and run this application, you will need Git installed on your computer.

$ git clone https://github.com/drmingler/FoodDelivery-Backend.git

2. To install dependencies, from within the project directory:

Go Into the fooddelivery folder then run:
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
To Run the server
python manage.py runserver 
To run the frontend check the steps here: https://github.com/drmingler/Food-Delivery-Frontend

alt text alt text alt text alt text

Technologies used:

  • Django – Back-end server
  • API – RestFul Api
  • Sqlite – Database
  • React – Front-end
  • React sematics ui – Styling

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published