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
- Host: GitHub
- URL: https://github.com/izhukov1992/mealing
- Owner: izhukov1992
- Created: 2016-09-05T18:40:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T17:16:43.000Z (over 8 years ago)
- Last Synced: 2025-02-24T12:48:18.199Z (over 1 year ago)
- Topics: angular, bootstrap, datatables, django, django-rest-framework, javascript, python
- Language: Python
- Homepage: https://mealing.herokuapp.com
- Size: 106 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/