
- Implemented user authentication with JWT - Added CRUD operations for users and items - Setup database connection with SQLAlchemy - Added migration scripts for easy database setup - Included health check endpoint for monitoring generated with BackendIM... (backend.im)
2 lines
45 B
Python
2 lines
45 B
Python
from .user import User
|
|
from .item import Item |