Skip to content

PierreGir/foodles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Instructions :

  1. Create a virtual environment and install dependencies install the required dependencies using pip:
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
  1. Set Up the database Run the following command to apply migrations and set up the database:
python manage.py migrate
python manage.py loaddata inventory/fixtures/initial_data.json
python manage.py loaddata orders/fixtures/initial_data.json
  1. Run the server After migrations are applied, you can start the server:
python manage.py runserver
  1. Running Tests with pytest To run the tests for the project, use pytest:
pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages