An open API service indexing awesome lists of open source software.

https://github.com/amine7536/parse-server-starter


https://github.com/amine7536/parse-server-starter

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# parse-server-starter

## Use with Docker and mLab :
Docker : Installation https://docs.docker.com/engine/installation/
mLab : https://mlab.com/

```bash
docker run -p 8080:8080 -e DATABASE_URI='mongodb://:@ds051913.mlab.com:51913/' -e NODE_ENV='production' -d pixelfactory/docker-parse-server
```

## Use with PM2 :
PM2 : http://pm2.keymetrics.io/

```bash
npm install pm2 -g
cd /opt
git clone https://github.com/amine7536/parse-server-starter.git
cd parse-server-starter
export NODE_ENV='production'
pm2 start start.sh --name ParseServer
```

Monitor :
```bash
pm2 monit

⌬ PM2 monitoring (To go further check out https://app.keymetrics.io)

● ParseServer [ ] 0 %
[0] [fork_mode] [|||||||||||||||||||| ] 1.363 MB
```