A comprehensive full-stack application for managing finance, sales, purchasing, inventory, CRM, and analytics.
- Node.js 20+
- Access to existing SQL Server database (see DB_CONNECTION_SPEC.md)
cd backend
cp .env.example .env
# Edit .env with your DB credentials and JWT_SECRET
npm install
npm run devcd frontend
npm install
npm run devcp backend/.env.example backend/.env
# Edit with real values
docker-compose -f deployment/docker-compose.yml up- Backend: Node.js 20, TypeScript, Express, JWT auth, bcrypt
- Frontend: React 19, TypeScript, Vite, Zustand, TanStack Query
- Database: SQL Server (DB-Preserve: stored procedures only, no schema changes)
See docs/PROJECT_PHASE_PROGRESS.md for current build status.