Parse Stack

Parse Server is an open source version of the Parse backend that can be deployed to any infrastructure that can run Node.js.

Parse Server works with the Express web application framework. It can be added to existing web applications, or run by itself.

Parse Stack = Parse server + Parse Dashboard

Installation

  1. Clone and install the Parse Stack
git clone https://github.com/duyet/parse-stack.git
cd parse-stack
npm install
  1. Install MongoDB or simply by
npm install -g mongodb-runner
mongodb-runner start
  1. Start Parse Stack
npm start

Using it

Parse Dashboard

Resources

Project homepage: https://github.com/duyet/parse-stack Parse Server: https://github.com/ParsePlatform/parse-server