Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 201 Bytes

readme.md

File metadata and controls

13 lines (9 loc) · 201 Bytes

FastAPI template

Description here

###Tech

  • FastAPI

Useful links

Swagger: http://localhost/docs

Useful commands

  • run stack locally in docker-compose: make up
  • run tests: make tests