Find your favourite recipes and order ingredients for them right away
Install dependencies with:
pip install -r requirements.txt
Install PostgreSQL from their website
Install Docker from their website
Navigate to directory and run:
python (or python3 if on linux or MacOS) manage.py makemigrations && python manage.py migrate
Navigate to directory and run:
docker-compose up
To start local server run:
python manage.py runserver
or to specify ip and port:
python manage.py runserver 192.168.0.0:8080