Skip to content

izhukov1992/mealing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mealing

Installation and launching

  • git clone https://github.com/izhukov1992/mealing.git
  • python -m pip install -r requirements.txt
  • python manage.py migrate
  • python manage.py createsuperuser
  • python manage.py runserver

Testing

  • python manage.py test

App references

  • /#!/auth
  • /#!/
  • /#!/manager

API references

  • /api/v1/
  • /api/v1/auth/
  • /api/v1/user/
  • /api/v1/reporter/
  • /api/v1/meal/
  • /api/v1/user/ID/
  • /api/v1/reporter/ID/
  • /api/v1/meal/ID/