Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 594 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 594 Bytes

Delivery Scheduling

This monorepo project contains two packages:

  1. [web-app]: delivery-scheduling-app
  2. [server]: delivery-schedule-service
    • API documentation available at GET /docs
    • Health endpoint available at GET /health
    • Postman example collection available here

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