From 3ec7a60c1844ff9ac613af6c683d109385f091ca Mon Sep 17 00:00:00 2001 From: Alysson Melo Date: Thu, 26 Nov 2020 10:55:01 -0300 Subject: [PATCH 1/2] Update getting-started.md -Removing migration from hosted Parse information -Adding some information to better explain Parse Server to new users --- _includes/parse-server/getting-started.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/_includes/parse-server/getting-started.md b/_includes/parse-server/getting-started.md index 250d2fb04..5b26a8c26 100644 --- a/_includes/parse-server/getting-started.md +++ b/_includes/parse-server/getting-started.md @@ -1,10 +1,9 @@ # Getting Started -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). +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). -* Parse Server is not dependent on the hosted Parse backend. -* Parse Server uses MongoDB directly, and is not dependent on the Parse hosted database. -* You can migrate an existing app to your own infrastructure. +* Parse Server uses MongoDB/PostgreSQL as a database. +* You can deploy and run Parse Server on your own infrastructure. * You can develop and test your app locally using Node. **Prerequisites** From 7df3b0ef6ec994b47c11253b3a740154c18738d4 Mon Sep 17 00:00:00 2001 From: Alysson Melo Date: Thu, 26 Nov 2020 11:17:20 -0300 Subject: [PATCH 2/2] Update getting-started.md --- _includes/parse-server/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/parse-server/getting-started.md b/_includes/parse-server/getting-started.md index 5b26a8c26..1f596a973 100644 --- a/_includes/parse-server/getting-started.md +++ b/_includes/parse-server/getting-started.md @@ -2,7 +2,7 @@ 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). -* Parse Server uses MongoDB/PostgreSQL as a database. +* Parse Server uses MongoDB or PostgreSQL as a database. * You can deploy and run Parse Server on your own infrastructure. * You can develop and test your app locally using Node.