Skip to content
/ EAT Public
forked from tinger529/EAT

convenient tools for managing eating issues

Notifications You must be signed in to change notification settings

elan00001/EAT

 
 

Repository files navigation

EAT

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:

  1. 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
  2. api:

    • /playground/hello/ : hello page

About

convenient tools for managing eating issues

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.7%
  • Python 44.0%
  • CSS 1.8%
  • HTML 0.5%