README.md
pyproject.toml
FastAPIBig/__init__.py
FastAPIBig/cli.py
FastAPIBig.egg-info/PKG-INFO
FastAPIBig.egg-info/SOURCES.txt
FastAPIBig.egg-info/dependency_links.txt
FastAPIBig.egg-info/entry_points.txt
FastAPIBig.egg-info/requires.txt
FastAPIBig.egg-info/top_level.txt
FastAPIBig/conf/__init__.py
FastAPIBig/conf/settings.py
FastAPIBig/conf/app_template/__init__.py
FastAPIBig/conf/app_template/models.py
FastAPIBig/conf/app_template/routes.py
FastAPIBig/conf/app_template/schemas.py
FastAPIBig/conf/app_template/tests.py
FastAPIBig/conf/project_template/__init__.py
FastAPIBig/conf/project_template/cli.py
FastAPIBig/conf/project_template/core/__init__.py
FastAPIBig/conf/project_template/core/app.py
FastAPIBig/conf/project_template/core/database.py
FastAPIBig/conf/project_template/core/middlewares.py
FastAPIBig/conf/project_template/core/settings.py
FastAPIBig/management/__init__.py
FastAPIBig/management/fastapi_app.py
FastAPIBig/management/project_tables.py
FastAPIBig/orm/__init__.py
FastAPIBig/orm/base/__init__.py
FastAPIBig/orm/base/base_model.py
FastAPIBig/orm/base/session_manager.py
FastAPIBig/views/__init__.py
FastAPIBig/views/apis/__init__.py
FastAPIBig/views/apis/base.py
FastAPIBig/views/apis/operations.py