Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 566 Bytes

File metadata and controls

27 lines (17 loc) · 566 Bytes

OctoCAT Supply Chain Management Application

GitHub Repo Information

This repo is hosted in GitHub:

  • owner: octodemo
  • repo: copilot_agent_mode-urban-waddle

Architecture

The complete architecture is described in the Architecture Document.

Build and Run Instructions

Refer to build instructions for detailed build instructions.

Every time you change the code, make sure that the code compiles by running:

npm run build

To run the unit tests for the API, run:

npm run test:api