LICENSE
setup.py
easy_fastapi/__init__.py
easy_fastapi/config.py
easy_fastapi/db.py
easy_fastapi/easy_fastapi.py
easy_fastapi/generator.py
easy_fastapi/logger.py
easy_fastapi/management.py
easy_fastapi/persistence.py
easy_fastapi/result.py
easy_fastapi.egg-info/PKG-INFO
easy_fastapi.egg-info/SOURCES.txt
easy_fastapi.egg-info/dependency_links.txt
easy_fastapi.egg-info/entry_points.txt
easy_fastapi.egg-info/requires.txt
easy_fastapi.egg-info/top_level.txt
easy_fastapi/authentication/__init__.py
easy_fastapi/authentication/authentication.py
easy_fastapi/authentication/global_var.py
easy_fastapi/authentication/handlers.py
easy_fastapi/authentication/models.py
easy_fastapi/authentication/schemas.py
easy_fastapi/authentication/utils.py
easy_fastapi/exception/__init__.py
easy_fastapi/exception/exceptions.py
easy_fastapi/exception/handlers.py
easy_fastapi/templates/.gitignore
easy_fastapi/templates/backend/easy_fastapi.yaml
easy_fastapi/templates/backend/log_config.json
easy_fastapi/templates/backend/app/__init__.py
easy_fastapi/templates/backend/app/main.py
easy_fastapi/templates/backend/app/handlers/__init__.py
easy_fastapi/templates/backend/app/handlers/authentication.py
easy_fastapi/templates/backend/app/handlers/exception.py
easy_fastapi/templates/backend/app/models/__init__.py
easy_fastapi/templates/backend/app/models/role.py
easy_fastapi/templates/backend/app/models/user.py
easy_fastapi/templates/backend/app/routers/__init__.py
easy_fastapi/templates/backend/app/routers/role_router.py
easy_fastapi/templates/backend/app/routers/user_router.py
easy_fastapi/templates/backend/app/schemas/__init__.py
easy_fastapi/templates/backend/app/schemas/page_query.py
easy_fastapi/templates/backend/app/schemas/role.py
easy_fastapi/templates/backend/app/schemas/user.py
easy_fastapi/templates/backend/app/services/__init__.py
easy_fastapi/templates/backend/app/services/role_service.py
easy_fastapi/templates/backend/app/services/user_service.py
easy_fastapi/templates/backend/app/utils/__init__.py
easy_fastapi/templates/backend/test/__init__.py
easy_fastapi/templates/backend/test/conftest.py
easy_fastapi/templates/backend/test/test_authorize_router.py
easy_fastapi/templates/backend/test/test_user_router.py
easy_fastapi/templates/frontend/index.html
easy_fastapi/templates/frontend/assets/css/highlight.css
easy_fastapi/templates/frontend/assets/css/markdown.css
easy_fastapi/templates/frontend/assets/image/preview.png