
- Set up project structure and dependencies - Create database models for users, posts, comments, and tags - Set up Alembic for database migrations - Implement user authentication (register, login) - Create CRUD endpoints for blog posts, comments, and tags - Add health check endpoint - Set up proper error handling - Update README with project details and setup instructions
3 lines
82 B
Python
3 lines
82 B
Python
# Import all the models, so that Base has them before being
|
|
# imported by Alembic
|