|
|
3 luni în urmă | |
|---|---|---|
| docs | 3 luni în urmă | |
| project | 3 luni în urmă | |
| .gitignore | 3 luni în urmă | |
| README.md | 3 luni în urmă |
ServicePilot is a commercial customer ticketing and SLA management practice project for comprehensive testing coursework.
ServicePilot/
├─ project/
│ ├─ backend/
│ └─ frontend/
├─ tests/
│ ├─ unit_tests/
│ ├─ api_tests/
│ ├─ auto_tests/
│ └─ performance_tests/
├─ docs/
└─ personal_reports/
Tech stack: Node.js, TypeScript, Express, Parse, Jest, Supertest.
cd project/backend
copy .env.example .env
npm run dev
Health check:
GET http://localhost:3000/api/health
Tech stack: Angular, TypeScript, GSAP, React components, ECharts.
cd project/frontend
npm start
Angular is the main application framework. React is reserved for local interactive components such as image preview and star rating.