Includes:
- fastapi
- supervisor
- sqlite
- comandline scripts
mkdir hello_world && cd hello_world
wget https://github.com/ichuan/fastapi-project-template/archive/main.tar.gz -O - | tar --strip-components 1 -xf -
# Choose a name for your fastapi project (package)
bash bootstrap.shConsider using fastapi-bearer-auth for JWT token auth.