Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 275 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 275 Bytes

mmai-api

API for interacting with the MMAI database.

How to Run

Testing

Run tests defined in the tests folder using npm test

Local Development

  1. npm ci
  2. npm run watch

Docker Development

  1. ./startDocker.sh
  2. When done, run ./stopDocker.sh