|
4 | 4 | [](https://travis-ci.org/parse-community/parse-server)
|
5 | 5 | [](https://codecov.io/github/parse-community/parse-server?branch=master)
|
6 | 6 | [](https://www.npmjs.com/package/parse-server)
|
7 |
| - |
8 | 7 | [](https://gitter.im/ParsePlatform/Chat)
|
| 8 | +[](https://greenkeeper.io/) |
9 | 9 |
|
10 | 10 | Parse Server is an [open source version of the Parse backend](http://blog.parseplatform.org/announcements/introducing-parse-server-and-the-database-migration-tool/) that can be deployed to any infrastructure that can run Node.js.
|
11 | 11 |
|
12 | 12 | Parse Server works with the Express web application framework. It can be added to existing web applications, or run by itself.
|
13 | 13 |
|
14 |
| -# Getting Started |
15 |
| - |
16 |
| -[](https://greenkeeper.io/) |
| 14 | +- [Getting Started](#getting-started) |
| 15 | + - [Running Parse Server](#running-parse-server) |
| 16 | + - [Locally](#locally) |
| 17 | + - [Docker](#inside-a-docker-container) |
| 18 | + - [Saving an Object](#saving-your-first-object) |
| 19 | + - [Connect an SDK](#connect-your-app-to-parse-server) |
| 20 | + - [Running elsewhere](#running-parse-server-elsewhere) |
| 21 | + - [Sample Application](#parse-server-sample-application) |
| 22 | + - [Parse Server + Express](#parse-server--express) |
| 23 | + - [Logging](#logging) |
| 24 | +- [Documentation](#documentation) |
| 25 | + - [Configuration](#configuration) |
| 26 | + - [Basic Options](#basic-options) |
| 27 | + - [Client Key Options](#client-key-options) |
| 28 | + - [Advanced Options](#advanced-options) |
| 29 | + - [Logging](#logging-1) |
| 30 | + - [Email Verification & Password Reset](#email-verification-and-password-reset) |
| 31 | + - [Using Environment Variables](#using-environment-variables-to-configure-parse-server) |
| 32 | + - [Available Adapters](#available-adapters) |
| 33 | + - [Configuring File Adapters](#configuring-file-adapters) |
| 34 | +- [Support](#support) |
| 35 | +- [Ride the Bleeding Edge](#want-to-ride-the-bleeding-edge) |
| 36 | +- [Contributing](#contributing) |
| 37 | +- [Backers](#backers) |
| 38 | +- [Sponsors](#sponsors) |
17 | 39 |
|
| 40 | +# Getting Started |
18 | 41 |
|
19 | 42 | April 2016 - We created a series of video screencasts, please check them out here: [http://blog.parseplatform.org/learn/parse-server-video-series-april-2016/](http://blog.parseplatform.org/learn/parse-server-video-series-april-2016/)
|
20 | 43 |
|
|
0 commit comments