forked from cardosofelipe/fast-next-template
Add deployment Docker Compose file, testing utilities, security helpers, and database initialization script
- Introduced `docker-compose.deploy.yml` for deployment scenarios with pre-built Docker images. - Added `auth_test_utils.py` to simplify authentication testing in FastAPI. - Implemented `security.py` for token-based operations like file uploads and password resets. - Created `init_db.py` for database initialization and superuser creation during startup. - Updated dependencies and tests to support optional authentication in FastAPI. - Enhanced entrypoint script to handle database initialization.
This commit is contained in:
1
backend/tests/api/dependencies/__init__.py
Normal file
1
backend/tests/api/dependencies/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
# tests/api/dependencies/__init__.py
|
||||
Reference in New Issue
Block a user