Skip to content

hngx-org/Empire-food-backend

Repository files navigation

Empire-food-backend

CRUD Application Documentation

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.

Setup

Follow the instructions below to setup the application on your local machine.

Windows

  1. Install Python: Download and install Python from python.org.

  2. Clone the Repository: Use git clone to clone the application repository.

  3. Install Dependencies: Navigate to the project directory and run the following command to install required packages:

         pip install -r requirements.txt
    

Linux & macOS

  1. Install Python: Most Linux distributions and macOS come with Python pre-installed. You can verify by running python --version.

  2. Clone the Repository: Use git clone to clone the application repository.

  3. Install Dependencies: Navigate to the project directory and run the following command to install required packages:

       pip install -r requirements.txt
    

Database Setup

As we get more information about the database, we will update this section.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 19