Template for making a backend for a full stack application using fastapi. This comes with some of the basics to make it on par with Django.
Find a file
2026-01-31 16:31:36 -06:00
.github/workflows Updated test workflow with required variables. 2026-01-19 16:31:17 -06:00
configs Minor updates to match frontend changes for formControls.jsx 2026-01-31 15:08:03 -06:00
custom_cruds Setup login system as well as endpoint dependencies ouath for protected endpoints 2026-01-19 15:17:57 -06:00
models Minor updates to match frontend changes for formControls.jsx 2026-01-31 15:08:03 -06:00
router Fix Login 2026-01-31 15:46:00 -06:00
schemas Setup login system as well as endpoint dependencies ouath for protected endpoints 2026-01-19 15:17:57 -06:00
tests Created test and automated triggers on pull request 2026-01-19 16:24:30 -06:00
utils Minor updates to match frontend changes for formControls.jsx 2026-01-31 15:08:03 -06:00
.env.example Setup login system as well as endpoint dependencies ouath for protected endpoints 2026-01-19 15:17:57 -06:00
.gitignore Base creation of the backend to get it to a functional state. 2026-01-18 19:18:26 -06:00
.pre-commit-config.yaml Setup login system as well as endpoint dependencies ouath for protected endpoints 2026-01-19 15:17:57 -06:00
LICENSE Initial commit 2025-12-11 20:36:09 -06:00
main.py Minor updates to match frontend changes for formControls.jsx 2026-01-31 15:08:03 -06:00
README.md Initial commit 2025-12-11 20:36:09 -06:00
requirements.txt Created test and automated triggers on pull request 2026-01-19 16:24:30 -06:00

fullstack_backend_template

Template for making a backend for a full stack application using fastapi. This comes with some of the basics to make it on par with Django.