This monorepo project contains two packages:
- [web-app]:
delivery-scheduling-app
- [server]:
delivery-schedule-service
- API documentation available at
GET /docs
- Health endpoint available at
GET /health
- Postman example collection available here
- API documentation available at
You just need to follow the instructions to run it locally.
npm ci
npm run build
and then to run each app:
npm run start:server
npm run start:webapp