See https://docs.mongodb.com/manual/installation/
For a Mac using Homebrew:
brew tap mongodb/brew
brew install mongodb-community
brew services start mongodb-communityDatabase will be setup when the project is run for the first time
npm install # For global project
cd client && npm install && cd ..# For clientSee package.json
npm run test # unit tests
npm run test-integration # integration tests
npm run test-acceptance # acceptance testsnpm start # starts both client and serverMongoDB Atlas
TeamCity
GitHub Pages
Heroku