A simple CRM system built with Nuxt 4 and SQLite, designed as the baseline for creating an MCP server in lesson 8.
Learn more at aidd.io
- Customer and organization management
- Purchase tracking
- User authentication
- Notes and activity logging
# Install dependencies
pnpm install
# Setup database
pnpm db:push
pnpm db:seed
# Start development server
pnpm devDefault credentials: [email protected] / password123
- Nuxt 4 + Vue 3
- SQLite + Drizzle ORM
- JWT authentication
pnpm dev # Development server
pnpm build # Build for production
pnpm db:seed # Seed database
pnpm db:reset # Reset database
pnpm test # Run tests