-- The goal of this is to convey carbon footprint in a very human digestible manner. e.g. 3 hr of airplane flight = 20 burgers. The goal is to convey the scale rather than exact numerical value.
-- In case, this pops up while pushing changes to git: "remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. ", follow this link:
- docker-compose up web
- Follow this if you are not familiar with venv: https://towardsdatascience.com/virtual-environments-for-absolute-beginners-what-is-it-and-how-to-create-one-examples-a48da8982d4b
- create a new venv (lets call it venv)
- activate the virtual environment (. venv/bin/activate in this scenario)
- pip install -r requirements.txt
- python manage.py migrate
- python manage.py runserver