An open API service indexing awesome lists of open source software.

https://github.com/izhukov1992/mealing

Django diet project
https://github.com/izhukov1992/mealing

angular bootstrap datatables django django-rest-framework javascript python

Last synced: 4 months ago
JSON representation

Django diet project

Awesome Lists containing this project

README

          

# 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/