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.
- Python 100%
| .github/workflows | ||
| configs | ||
| custom_cruds | ||
| models | ||
| router | ||
| schemas | ||
| tests | ||
| utils | ||
| .env.example | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| LICENSE | ||
| main.py | ||
| README.md | ||
| requirements.txt | ||
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.