- install latest Docker
- install latest Docker-compose
- git clone this repository
git clone https://github.com/sidorkinandrew/flask-api.git && cd flask-api- use the provided file with the required environment variables
cp .env.example .env- run docker-compose to build the flask_api image and create the services
docker-compose up -d- use the generated Swagger 2.0 endpoint to excercise the provided REST API
[localhost or hostname]/api