Simulation of falcon examples in side a docker env App can be run from command line using docker and without docker
* Install git
* Install docker
* Install docker-compose
$ git clone https://github.com/abhijit838/falcon-example-docker-env.git
* Change directory to project root directory
$ docker-compose up
* Install git
$ git clone <url>
* Change directory to project root directory
$ pip install -r requirements.txt
$ gunicorn api.wsgi:app --bind 0.0.0.0:8080 --workers 3 --reload