Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 462 Bytes

development.md

File metadata and controls

28 lines (21 loc) · 462 Bytes

MongoDB

Install MongoDB as your database

# Update brew formulae
brew update
# Install MongoDB
brew install mongodb

If you hate MongoDB with a passion and would like to see a postgresql example, check this out!

Build & Dev

Installation

Yarn

yarn install

npm

# Install node modules - this includes those for production and development
# You only need to do this once :)
npm install