Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 898 Bytes

File metadata and controls

44 lines (30 loc) · 898 Bytes

quoteAppAPI

MindJS-based API server for Quote App

DeepScan grade Maintainability Test Coverage

Getting started

Install dependencies:

npm i

or

yarn i

Run development server:

npm run start:dev:pm2

Run production server:

npm run start:env

or

npm run start:env:pm2

Run unit tests:

npm test