REST API for managing personal bookmarks (title, link, category). PostgreSQL database with async SQLAlchemy, containerized with Docker Compose. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4 lines
88 B
Text
4 lines
88 B
Text
POSTGRES_USER=favs
|
|
POSTGRES_PASSWORD=favs
|
|
POSTGRES_DB=favs
|
|
ANTHROPIC_API_KEY=sk-ant-...
|