From 7a60da030c28ef2f8592ece88c55f7d6a84ed7c2 Mon Sep 17 00:00:00 2001 From: Alysson Melo Date: Thu, 26 Nov 2020 11:43:14 -0300 Subject: [PATCH] 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 --- _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..1f596a973 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 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. **Prerequisites**