Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 292 Bytes

File metadata and controls

10 lines (8 loc) · 292 Bytes

FastAPI-Template

A simple fastapi service template

How to run in vscode with docker watch

1: Ctrl + Shift + B to open tasks, run the 'prepare fastapi' task 2: switch to the created environment 3: open task bar again and run 'docker watch'

How to run dev

~# poe rundev