/docker-eve

Docker image for Eve REST API framework

Primary LanguagePython

Docker image for Eve REST API framework.

Build Status

Eve is an open source Python REST API framework designed for human beings. It allows to effortlessly build and deploy highly customizable, fully featured RESTful Web Services.

Usage

docker run -p 5000:5000 -v $(pwd)/example.settings.py:/usr/src/app/settings.py urbica/eve

...or using docker-compose

docker-compose up