See the complete setup instructions at https://github.com/trivalleycoders-org/events-client/edit/master/README.md
CI is using the yarn.lock file. Therefore, use Yarn and NOT NPM.
use EventsDev
db.createCollection( "users", {
validator: {
$ yarn start
$ yarn test
$ yarn test-watch
- Clone this project
- Install MongoDB
- Start MongoDB with
$ [path to mongo]/mongod
- Create the events database (EventsDev) using instructions from events-client project
- Start the events-server. It will run on port 3030
$ cd [projects path]/events-server
$ yarn install
$ yarn start
Find the complete setup instructions at https://github.com/trivalleycoders-org/events-client/edit/master/README.md