Skip to content

sidorkinandrew/flask-api

Repository files navigation

flask-api

Prerequisites

To run this simple REST Flask API

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published