CNL final : convenient tools for managing eating issues
BackEnd : Django
Tutorial link: https://www.youtube.com/watch?v=rHux0gMZ3Eg Official tutorial (very good) : https://docs.djangoproject.com/en/4.2/intro/tutorial02/
Notes:
-
environment setup:
- pip3 install pipenv : install virtual environment tools
- cd /path/to/EAT
- pipenv install django
- pipenv shell : run shell in virtual env
- django-admin : (optional) list all commands
- django-admin startproject Eat_BackEnd .
- python3 manage.py runserver 9000
- python3 manage.py startapp playground
-
api:
- /playground/hello/ : hello page