innercontext/backend
Piotr Oleszczyk 8f7d893a63 Initial commit: backend API, data models, and test suite
FastAPI backend for personal health and skincare data with MCP export.
Includes SQLModel models for products, inventory, medications, lab results,
routines, and skin condition snapshots. Pytest suite with 111 tests running
on SQLite in-memory (no PostgreSQL required).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-26 15:10:24 +01:00
..
innercontext Initial commit: backend API, data models, and test suite 2026-02-26 15:10:24 +01:00
tests Initial commit: backend API, data models, and test suite 2026-02-26 15:10:24 +01:00
.python-version Initial commit: backend API, data models, and test suite 2026-02-26 15:10:24 +01:00
db.py Initial commit: backend API, data models, and test suite 2026-02-26 15:10:24 +01:00
main.py Initial commit: backend API, data models, and test suite 2026-02-26 15:10:24 +01:00
pyproject.toml Initial commit: backend API, data models, and test suite 2026-02-26 15:10:24 +01:00
README.md Initial commit: backend API, data models, and test suite 2026-02-26 15:10:24 +01:00
skincare.yaml Initial commit: backend API, data models, and test suite 2026-02-26 15:10:24 +01:00
uv.lock Initial commit: backend API, data models, and test suite 2026-02-26 15:10:24 +01:00

See the root README for setup and usage instructions.