Skip to content

marcosoliveira91/delivery-scheduling

Repository files navigation

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