
- Set up project structure and dependencies - Create database models for tasks and users with SQLAlchemy - Configure Alembic for database migrations - Implement authentication system with JWT tokens - Create CRUD API endpoints for tasks and users - Add health check endpoint - Update README with documentation
3 lines
54 B
Python
3 lines
54 B
Python
from .settings import settings
|
|
|
|
__all__ = ["settings"] |