4 Commits

Author SHA1 Message Date
Automated Action
aa94a02360 Fix Pydantic model error by adding ClassVar annotation to DB_DIR and moving directory creation outside class definition 2025-06-02 14:37:17 +00:00
Automated Action
4857a0347c Fix ModuleNotFoundError for pydantic_settings by using standard pydantic 2025-05-31 14:57:04 +00:00
Automated Action
741f301b11 Implement Notes API with FastAPI and SQLite
- Set up project structure with FastAPI
- Implement user authentication system with JWT tokens
- Create database models for users, notes, and collections
- Set up SQLAlchemy ORM and Alembic migrations
- Implement CRUD operations for notes and collections
- Add filtering and sorting capabilities for notes
- Implement health check endpoint
- Update project documentation
2025-05-31 14:54:14 +00:00
Automated Action
c6417a90e1 Initial commit from template 2025-05-31 14:42:42 +00:00