The project root directory.
Alembic data directory.
Database migration revisions directory.
One of the revisions.
Alembic Python environment.
Application source code container.
Project root python package.
Database models and GINO instance.
GINO instance (SQLAlchemy Metadata).
Models for users.
API implementation.
User-related APIs.
ASGI entry point.
Starlette-style application configuration.
Application initialization.
Testing code.
pytest fixtures.
User-related tests.
Local config, not in Git control.
Alembic entry config.
Production Docker image.
Poetry-frozen dependency versions.
Project and dependency definition.