We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af7b6a commit 8aa0687Copy full SHA for 8aa0687
README.md
@@ -78,6 +78,12 @@ The fastest and easiest way to get started is to run MongoDB and Parse Server lo
78
79
## Running Parse Server
80
81
+Before you start make sure you have installed:
82
+
83
+- [NodeJS](https://www.npmjs.com/) that includes `npm`
84
+- [MongoDB](https://www.mongodb.com/) or [PostgreSQL](https://www.postgresql.org/)
85
+- Optionally [Docker](https://www.docker.com/)
86
87
### Locally
88
```
89
$ npm install -g parse-server mongodb-runner
0 commit comments