LogoDuyệtSr. Data Engineer
HomeAboutPhotosInsightsCV

Footer

Logo

Resources

  • Rust Tiếng Việt
  • /archives
  • /series
  • /tags
  • Status

me@duyet.net

  • About
  • LinkedIn
  • Resume
  • Projects

© 2026 duyet.net | Sr. Data Engineer

Parse Stack

Note: This post is over 10 years old. The information may be outdated.

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

  • Access to endpoint

  • Parse API: http://localhost:8080/parse

  • Parse Dashboard: http://localhost:8080/dashboard

  • Connect your app to Parse Server: Parse provides SDKs for all the major platforms. Refer to the Parse Server guide to learn how to connect your app to Parse Server.

  • Read the full Parse Server guide here: https://github.com/ParsePlatform/parse-server/wiki/Parse-Server-Guide

Parse Dashboard

Resources

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

Aug 18, 2016·9 years ago
|Project|
Node.js
|Edit|
On this page
  • Installation
  • Using it
  • Resources
On this page
  • Installation
  • Using it
  • Resources