Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 501 Bytes

readme.md

File metadata and controls

21 lines (16 loc) · 501 Bytes

A template that aimed to quickstart your flask api development

Features

  • Restfull API with flask
  • Automatic API Documentation (with swagger)
    • Creating Documentation
    • Serving Documentation
    • Run Examples in the Browser
  • SqlAlchemy ORM
  • Run Test Cases in Docker (so you can run them in CI/CD)
  • Deploy with Docker

Test

docker-compose -f test-docker-compose.yml up --build

Run

docker-compose up --build

See Documentation & Demo

http://localhost:7654/swagger-ui