Here or locally using docker
-
Clone the repo Create .env file, which should contain the following lines:
MYSQL_ROOT_PASSWORD=< insert any password here >
MYSQL_DJANGO_PASSWORD=< insert any password here >
-
Deploy the project using docker compose:
docker compose up
-
Open terminal at the website service
-
Run database migrations:
python3 manage.py migrate
-
Fetch data from TheMealDB.com:
python3 manage.py syncwtihthemealdb
-
Enjoy :)