# AGENTS.md - AI Assistant Guide This file contains essential context for AI assistants working on the Reading Tracker project. ## Project Overview **Name:** Reading Tracker **Type:** Full-stack web application for tracking personal reading habits **Architecture:** Monorepo with separate backend and frontend directories **Status:** Fully functional, actively maintained ## Technology Stack ### Backend (`/backend`) - **Runtime:** Node.js 18+ - **Framework:** Express.js - **Database:** PostgreSQL 16 (running in Podman/Docker container) - **ORM:** Raw SQL queries with `pg` library - **External APIs:** Google Books API - **Key Dependencies:** - `express` - Web framework - `pg` - PostgreSQL client - `axios` - HTTP client for Google Books API - `cors` - CORS middleware - `dotenv` - Environment variables ### Frontend (`/frontend`) - **Framework:** Vue 3 with Composition API (`