This is the API that powers OpenEats. It uses Django/Django Rest Framework to power the API. The core responsibilities of the APi are:
See the homepage for more information about OpenEats!
Please read the contribution guidelines in order to make the contribution process easy and effective for everyone involved.
To run tests locally:
cd openeats-web
docker-compose -f test.yml -p test build
docker-compose -f test.yml -p test up -d db
docker-compose -f test.yml -p test run --rm --entrypoint sh api
python manage.py test
Note: If this is the first time you are running the tests, give the DB some time to build itself once it's build there is no need to wait again.
You can access the API roots via there app names:
Content type
Image
Digest
Size
260.4 MB
Last updated
over 6 years ago
docker pull openeats/openeats-api