Backend App
The Backend application is designed for production analysis and daily operations management.
Overview
- Port: 4200
- Purpose: Production analysis and daily operations dashboard
- Target Users: Operations managers, production supervisors
- Location:
web/projects/backend/
Key Features
Production Monitoring
- Real-time production tracking
- Manufacturing dashboards
- Quality control metrics
- Resource utilization
Daily Operations
- Daily operations dashboard
- Task management
- Work order tracking
- Shift management
Analytics
- Production analytics
- Performance metrics
- Trend analysis
- Custom reports
Getting Started
Start Development Server
bash
cd web
yarn start-backAccess at: http://localhost:4200
Build for Production
bash
cd web
yarn build:back:prodOutput: web/dist/backend/
Project Structure
projects/backend/
├── src/
│ ├── app/
│ │ ├── components/ # App components
│ │ ├── modules/ # Lazy-loaded modules
│ │ ├── services/ # App services
│ │ ├── app.component.ts
│ │ ├── app.config.ts
│ │ └── app.routes.ts
│ ├── environments/
│ ├── assets/
│ ├── styles/
│ └── main.ts
└── project.jsonComing Soon
This page is under construction. More details will be added about:
- Module structure
- Component organization
- Routing configuration
- State management
- Feature modules specific to Backend app
For now, refer to: