|
1 |
| -<p align="center"> |
2 |
| - <img alt="Parse Server" src="https://github.com/parse-community/parse-server/raw/master/.github/parse-server-logo.png" width="500"> |
3 |
| - </a> |
4 |
| -</p> |
5 |
| - |
6 |
| -<p align="center"> |
7 |
| - Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. |
8 |
| -</p> |
9 |
| - |
10 |
| - |
11 |
| -<p align="center"> |
12 |
| - <a href="https://twitter.com/intent/follow?screen_name=parseplatform"><img alt="Follow on Twitter" src="https://img.shields.io/twitter/follow/parseplatform?style=social&label=Follow"></a> |
13 |
| - <a href="https://github.com/parse-community/parse-server/actions?query=workflow%3Aci+branch%3Amaster"> |
14 |
| - <img alt="Build status" src="https://github.com/parse-community/parse-server/workflows/ci/badge.svg?branch=master"> |
15 |
| - </a> |
16 |
| - <a href="https://codecov.io/github/parse-community/parse-server?branch=master"><img alt="Coverage status" src="https://img.shields.io/codecov/c/github/parse-community/parse-server/master.svg"></a> |
17 |
| - <a href="https://www.npmjs.com/package/parse-server"><img alt="npm version" src="https://img.shields.io/npm/v/parse-server.svg?style=flat"></a> |
18 |
| - <a href="https://community.parseplatform.org/"><img alt="Join the conversation" src="https://img.shields.io/discourse/https/community.parseplatform.org/topics.svg"></a> |
19 |
| - <a href="https://snyk.io/test/github/parse-community/parse-server"><img alt="Snyk badge" src="https://snyk.io/test/github/parse-community/parse-server/badge.svg"></a> |
20 |
| - <a href="https://nodejs.org/"><img alt="Node.js 12,14,15" src="https://img.shields.io/badge/nodejs-12,_14,_15-green.svg?logo=node.js&style=flat"></a> |
21 |
| - <a href="https://www.mongodb.com/"><img alt="MongoDB 4.0,4.2,4.4,5.0" src="https://img.shields.io/badge/mongodb-4.0,_4.2,_4.4,_5.0-green.svg?logo=mongodb&style=flat"></a> |
22 |
| - <a href="https://www.postgresql.org"> <img alt="PostgreSQL 11,12,13" src="https://img.shields.io/badge/postgresql-11,_12,_13-green.svg?logo=postgresql&style=flat"></a> |
23 |
| -</p> |
24 |
| - |
25 |
| -<h2 align="center">Our Sponsors</h2> |
26 |
| -<p align="center"> |
27 |
| - <p align="center">Our backers and sponsors help to ensure the quality and timely development of the Parse Platform.</p> |
28 |
| - <details align="center"> |
29 |
| - <summary align="center"><b>🥉 Bronze Sponsors</b></summary> |
30 |
| - <a href="https://opencollective.com/parse-server/sponsor/0/website" target="_blank"><img src="https://opencollective.com/parse-server/sponsor/0/avatar.svg"></a> |
31 |
| - </details> |
32 |
| - |
33 |
| -</p> |
34 |
| -<p align="center"> |
35 |
| - <a href="#backers"><img alt="Backers on Open Collective" src="https://opencollective.com/parse-server/tiers/backers/badge.svg" /></a> |
36 |
| - <a href="#sponsors"><img alt="Sponsors on Open Collective" src="https://opencollective.com/parse-server/tiers/sponsors/badge.svg" /></a> |
37 |
| -</p> |
38 |
| -<br> |
39 |
| - |
40 |
| -Parse Server works with the Express web application framework. It can be added to existing web applications, or run by itself. |
| 1 | + |
| 2 | + |
| 3 | +--- |
| 4 | + |
| 5 | +[](https://github.com/parse-community/parse-server/actions?query=workflow%3Aci+branch%3Amaster) |
| 6 | +[](https://snyk.io/test/github/parse-community/parse-server) |
| 7 | +[](https://codecov.io/github/parse-community/parse-server?branch=master) |
| 8 | + |
| 9 | +[](https://nodejs.org) |
| 10 | +[](https://www.mongodb.com) |
| 11 | +[](https://www.postgresql.org) |
| 12 | + |
| 13 | +[](https://www.npmjs.com/package/parse-server) |
| 14 | +[](https://www.npmjs.com/package/parse-server) |
| 15 | +[](https://www.npmjs.com/package/parse-server) |
| 16 | + |
| 17 | +[][open-collective-link] |
| 18 | +[][open-collective-link] |
| 19 | +[![License][license-svg]][license-link] |
| 20 | +[](https://community.parseplatform.org/c/parse-server) |
| 21 | +[](https://twitter.com/intent/follow?screen_name=ParsePlatform) |
| 22 | + |
| 23 | +--- |
| 24 | + |
| 25 | +Parse Server is an open source 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. |
41 | 26 |
|
42 | 27 | The full documentation for Parse Server is available in the [wiki](https://github.com/parse-community/parse-server/wiki). The [Parse Server guide](http://docs.parseplatform.org/parse-server/guide/) is a good place to get started. An [API reference](http://parseplatform.org/parse-server/api/) and [Cloud Code guide](https://docs.parseplatform.org/cloudcode/guide/) are also available. If you're interested in developing for Parse Server, the [Development guide](http://docs.parseplatform.org/parse-server/guide/#development-guide) will help you get set up.
|
43 | 28 |
|
| 29 | +--- |
| 30 | + |
| 31 | +A big *thank you* to all our backers and sponsors who support the development of Parse Platform! |
| 32 | + |
| 33 | +### 🥉 Bronze Sponsors |
| 34 | + |
| 35 | +[](https://opencollective.com/parse-server/sponsor/0/website) |
| 36 | + |
| 37 | +--- |
| 38 | + |
44 | 39 | - [Getting Started](#getting-started)
|
45 | 40 | - [Running Parse Server](#running-parse-server)
|
46 | 41 | - [Compatibility](#compatibility)
|
@@ -1154,3 +1149,7 @@ Support us with a monthly donation and help us continue our activities. [Become
|
1154 | 1149 | -----
|
1155 | 1150 |
|
1156 | 1151 | As of April 5, 2017, Parse, LLC has transferred this code to the parse-community organization, and will no longer be contributing to or distributing this code.
|
| 1152 | +
|
| 1153 | +[license-svg]: https://img.shields.io/badge/license-BSD-lightgrey.svg |
| 1154 | +[license-link]: LICENSE |
| 1155 | +[open-collective-link]: https://opencollective.com/parse-server |
0 commit comments