|
1 |
| - |
2 |
| - |
3 |
| -[](#backers) [](#sponsors) |
4 |
| -[](https://travis-ci.org/parse-community/parse-server) |
5 |
| -[](https://codecov.io/github/parse-community/parse-server?branch=master) |
6 |
| -[](https://www.npmjs.com/package/parse-server) |
7 |
| -[](https://community.parseplatform.org/c/parse-server) |
8 |
| -[](https://greenkeeper.io/) |
9 |
| -[](https://twitter.com/intent/follow?screen_name=ParsePlatform) |
10 |
| - |
11 |
| -[]() |
12 |
| -[]() |
13 |
| -[]() |
14 |
| -[]() |
15 |
| - |
16 |
| -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. |
| 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://travis-ci.org/parse-community/parse-server"><img alt="Build status" src="https://img.shields.io/travis/parse-community/parse-server/master.svg?style=flat"></a> |
| 14 | + <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> |
| 15 | + <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> |
| 16 | + <a href="https://community.parseplatform.org/"><img alt="Join the conversation" src="https://img.shields.io/discourse/https/community.parseplatform.org/topics.svg"></a> |
| 17 | + <a href="https://greenkeeper.io/"><img alt="Greenkeeper badge" src="https://badges.greenkeeper.io/parse-community/parse-server.svg"></a> |
| 18 | +</p> |
| 19 | + |
| 20 | +<p align="center"> |
| 21 | + <img alt="MongoDB 3.2" src="https://img.shields.io/badge/mongodb-3.2-green.svg?logo=mongodb&style=flat"> |
| 22 | + <img alt="MongoDB 3.4" src="https://img.shields.io/badge/mongodb-3.4-green.svg?logo=mongodb&style=flat"> |
| 23 | + <img alt="MongoDB 3.6" src="https://img.shields.io/badge/mongodb-3.6-green.svg?logo=mongodb&style=flat"> |
| 24 | + <img alt="MongoDB 4.0" src="https://img.shields.io/badge/mongodb-4.0-green.svg?logo=mongodb&style=flat"> |
| 25 | +</p> |
| 26 | + |
| 27 | +<h2 align="center">Our Sponsors</h2> |
| 28 | +<p align="center"> |
| 29 | + <p align="center">Our backers and sponsors help to ensure the quality and timely development of the Parse Platform.</p> |
| 30 | + <details align="center"> |
| 31 | + <summary align="center"><b>🥉 Bronze Sponsors</b></summary> |
| 32 | + <a href="https://opencollective.com/parse-server/sponsor/0/website" target="_blank"><img src="https://opencollective.com/parse-server/sponsor/0/avatar.svg"></a> |
| 33 | + </details> |
| 34 | + |
| 35 | +</p> |
| 36 | +<p align="center"> |
| 37 | + <a href="#backers"><img alt="Backers on Open Collective" src="https://opencollective.com/parse-server/backers/badge.svg" /></a> |
| 38 | + <a href="#sponsors"><img alt="Sponsors on Open Collective" src="https://opencollective.com/parse-server/sponsors/badge.svg" /></a> |
| 39 | +</p> |
| 40 | +<br> |
17 | 41 |
|
18 | 42 | Parse Server works with the Express web application framework. It can be added to existing web applications, or run by itself.
|
19 | 43 |
|
|
0 commit comments