LICENSE
setup.py
easy_fastapi/__init__.py
easy_fastapi/authorize.py
easy_fastapi/config.py
easy_fastapi/db.py
easy_fastapi/exceptions.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/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/core/__init__.py
easy_fastapi/templates/backend/app/core/exception_handler.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/authorize_router.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/authorize.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/authorize_service.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/main.css
easy_fastapi/templates/frontend/assets/image/preview_1.jpeg