Project 01 // Core Engine
Coffee Shop ERP with
AI.
Operational system for coffee shop management workflows
Operational system for coffee shop management workflows
Small retail teams need a central operational view instead of scattered spreadsheets and manual tracking.
Bottleneck Analysis
Identification of relay failures in distributed nodes.
A public portfolio project for managing coffee shop operations, with room for inventory, sales, staff, and reporting workflows.
git clone <this-repo>
cd coffee_shop_erp/docker
cp .env.example .env
# Optional: edit .env to set passwords and site name
docker compose -f compose.local.yml up --build
```
Open ERPNext at **http://localhost:8000**
Default login:
- **User:** `Administrator`
- **Password:** value of `ADMIN_PASSWORD` in `.env` (default: `admin`)