Installation instructions are currently only available for Macs.
- Install Homebrew.
- Use Homebrew to install MongoDB:
brew install mongodb
.
- Install Homebrew.
- Use Homebrew to install Node:
brew install node
.
You can run this command to get mock data in your database:
npm run mocks
.
- Start the MongoDB server. You'll need to leave the terminal window running.
mongod --config /usr/local/etc/mongod.conf
- Install the dependencies.
npm install
- Start the server.
npm run gulp