0
0
Fork
You've already forked fastapi_template
0
No description
Python 72.1%
Shell 27.9%
2025年03月26日 20:26:27 +01:00
api Initial commit 2024年09月12日 18:46:16 +02:00
.gitignore Initial commit 2024年09月12日 18:46:16 +02:00
readme.md Initial commit 2024年09月12日 18:46:16 +02:00
requirements.txt Made rhe requirements install the correct package 2025年03月26日 20:26:27 +01:00
unlicence Initial commit 2024年09月12日 18:46:16 +02:00

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.