python3 -m venv .env
source .env/bin/activate
pip install -r requirements.txt
python manage.py migrate`
python manage.py runserver
coffee_machines: http://localhost:8000/api/coffee_machines/
coffee_pods: http://localhost:8000/api/coffee_pods/
python3 -m venv .env
source .env/bin/activate
pip install -r requirements.txt
python manage.py migrate`
python manage.py runserver
coffee_machines: http://localhost:8000/api/coffee_machines/
coffee_pods: http://localhost:8000/api/coffee_pods/