No description
| api | Initial commit | |
| .gitignore | Initial commit | |
| readme.md | Initial commit | |
| requirements.txt | Made rhe requirements install the correct package | |
| unlicence | Initial commit | |
FastAPI template
This is a template for FastAPI, with structured sub routes.
Getting started
To get started, goto the api folder and run ./add_api.sh
This will ask what route you want to create, and will create a new file in the routes directory.
The packages specified in requirements.txt will need to be installed to be able to run FasAPI.
After installing, run fastapi dev api/main.py, and that's it!
You're route has magically been added.