/rotary-server

Mongoose, React app

Primary LanguageJavaScriptMIT LicenseMIT

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