Welcome to the Empire-food-backend documentation for our CRUD (Create, Read, Update, Delete) application. This documentation provides an overview of the CRUD operations, setup instructions for Windows, Linux, and macOS users, and includes a section on UML diagrams.
Here is is a placeholder link to the live version of our application.
Follow the instructions below to setup the application on your local machine.
-
Install Python: Download and install Python from python.org.
-
Clone the Repository: Use
git clone
to clone the application repository. -
Install Dependencies: Navigate to the project directory and run the following command to install required packages:
pip install -r requirements.txt
-
Install Python: Most Linux distributions and macOS come with Python pre-installed. You can verify by running
python --version
. -
Clone the Repository: Use
git clone
to clone the application repository. -
Install Dependencies: Navigate to the project directory and run the following command to install required packages:
pip install -r requirements.txt
As we get more information about the database, we will update this section.