Recently Updated Pages
Bookkeeping Exchange - MVP Scope & Product Roadmap
Bookkeeping Exchange - MVP Scope & Product Roadmap 6. MVP Scope & Future Development Document Ver...
Bookkeeping Exchange - Technical Architecture
Bookkeeping Exchange - Technical Architecture 5. Technical Implementation & Architecture Document...
Bookkeeping Exchange - Features & User Flows
Bookkeeping Exchange - Features & User Flows 4. Detailed Feature Specifications Document Version:...
Bookkeeping Exchange - Data Models & Database Schema
Bookkeeping Exchange - Data Models & Database Schema 3. Database Schema & Data Models Document Ve...
Bookkeeping Exchange - User Roles & Permissions
Bookkeeping Exchange - User Roles & Permissions 2. User Roles, Permissions & Workflows Document V...
# Bookkeeping Exchange - Product Requirements Document
Bookkeeping Exchange - Product Requirements Document 1. Overview & Executive Summary Document Ver...
Questions From Claude
Directory Website - Pre-PRD Questions Business Model & Monetization Subscription & Pricing What ...
Frontend Next Steps
Frontend Implementation - Security Integration Status Backend: ✅ Complete Frontend: 🔄 Needs Integ...
Implementation Plan
Frontend Security Integration - Implementation Plan Overview This document outlines the complete ...
Support
For issues or questions: Check docs/status.md for current project status Review docs/bugs.md for...
Quick Reference
First-time setup: docker compose up -d docker compose ps # Wait for "healthy" docker exec -i inv...
Troubleshooting
Services Won't Start Check logs: docker compose logs backend docker compose logs db Common issue...
Configuration for Production
Security Considerations 1. Change default database credentials Edit docker-compose.yaml: environm...
When to Rebuild
The --build flag is only needed for the backend service (the only one with a custom Dockerfile). ...
Stopping Services
Stop But Keep Data Recommended for normal shutdown: docker compose down This stops and removes c...
Wiping Data & Restarting
Use this when you need to completely reset the database (testing, starting fresh, etc.). ⚠️ WARNI...
Day-to-Day Operations
Starting Services (Normal Operation) docker compose up -d Data persists - All inventory, items, ...
Moving to Production Server
Follow these steps when deploying to a production server for the first time. Step 1: Transfer Pro...
First-Time Deployment
Use these steps when deploying from scratch (fresh installation with no existing data). Step 1: N...
Prerequisites
Required: Docker Engine 20.10+ and Docker Compose v2+ 2GB+ available RAM 5GB+ available disk spa...