Node
Use an installer for your OS or if you have Homebrew:
$ brew install node
MongoDB
Install MongoDB on your computer.
$ mongod
- ngrok - Provides a tunnel to your localhost so you can demo without deploying to a server or test on a mobile device with local backend
- Postman Chrome extension - Allows you to make HTTP requests to your APIs
- JSONView Chrome extension - Prettifies JSON in your browser