It's a simple directory structure without any additional stuff free to use fastapi
porject setup.
Just run the below commands to get started!
> virtualenv env
> source env/bin/activate
> pip install -r requirements.txt
> cd api && uvicorn main:app --reload