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.
Make sure you have the following software installed on your system:
- Navigate to the frontend folder in the project directory.
- Run the following command to install the required dependencies:
npm install
- Create a new .env file in the backend folder by copying the example file:
cp .env.example .env
-
Open the newly created .env file and update it with your desired environment variables.
-
Navigate to the backend folder in the project directory.
-
Install the necessary Python packages by running the following command:
pip install pipreqs
- Generate the requirements.txt file by running:
pipreqs .
To start using the Express-Food application, follow these steps:
- Start the frontend:
- Navigate to the frontend folder.
- Run the following command:
npm start
- Start the backend:
- Navigate to the backend folder.
- Run the following command:
python manage.py runserver
- Access the Express-Food application through your web browser.
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!