Skip to content

This app makes it possible to deliver quality meals at home in less than 20 minutes thanks to a network of bike delivery people.

License

Notifications You must be signed in to change notification settings

asndiallo/express-food

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express-Food

Introduction

Express-Food is an application that enables fast and efficient delivery of quality meals to customers' homes within 20 minutes. The app utilizes a network of bike delivery personnel to ensure prompt service and customer satisfaction.

Installing the project

Requirements

Make sure you have the following software installed on your system:

Frontend Installation

  1. Navigate to the frontend folder in the project directory.
  2. Run the following command to install the required dependencies:
npm install

Backend Installation

  1. Create a new .env file in the backend folder by copying the example file:
cp .env.example .env
  1. Open the newly created .env file and update it with your desired environment variables.

  2. Navigate to the backend folder in the project directory.

  3. Install the necessary Python packages by running the following command:

pip install pipreqs
  1. Generate the requirements.txt file by running:
pipreqs .

Usage

To start using the Express-Food application, follow these steps:

  1. Start the frontend:
    • Navigate to the frontend folder.
    • Run the following command:
npm start
  1. Start the backend:
    • Navigate to the backend folder.
    • Run the following command:
python manage.py runserver
  1. Access the Express-Food application through your web browser.

Conclusion

With the installation steps and usage instructions provided above, you can now install and use the Express-Food application to deliver quality meals efficiently. Enjoy the fast and convenient service provided by the app!

About

This app makes it possible to deliver quality meals at home in less than 20 minutes thanks to a network of bike delivery people.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published