Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 416 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 416 Bytes

rotary-server

status

Build Status

Notes

CI is using the yarn.lock file. Therefore, use Yarn and NOT NPM.

Use

Start MongoDB server

Run server

$ yarn start

Run tests

once

$ yarn test

or with nodemon

$ yarn test-watch