You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
Copy file name to clipboardExpand all lines: _includes/parse-server/getting-started.md
+3-4
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,9 @@
1
1
# Getting Started
2
2
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).
4
4
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.
8
7
* You can develop and test your app locally using Node.
0 commit comments