Skip to content

Commit 7a60da0

Browse files
author
Alysson Melo
authored
Update getting-started.md (#798)
* Update getting-started.md -Removing migration from hosted Parse information -Adding some information to better explain Parse Server to new users * Update getting-started.md
1 parent 7f1a23a commit 7a60da0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

_includes/parse-server/getting-started.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Getting Started
22

3-
Parse Server is an open source version of the Parse backend that can be deployed to any infrastructure that can run Node.js. You can find the source on the [GitHub repo](https://github.com/parse-community/parse-server).
3+
Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. You can find the source on the [GitHub repo](https://github.com/parse-community/parse-server).
44

5-
* Parse Server is not dependent on the hosted Parse backend.
6-
* Parse Server uses MongoDB directly, and is not dependent on the Parse hosted database.
7-
* You can migrate an existing app to your own infrastructure.
5+
* Parse Server uses MongoDB or PostgreSQL as a database.
6+
* You can deploy and run Parse Server on your own infrastructure.
87
* You can develop and test your app locally using Node.
98

109
**Prerequisites**

0 commit comments

Comments
 (0)