Install Parse Server

Prerequisites Mongodb Nodejs $ curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash – $ sudo apt-get install -y nodejs Settup Parse Server Setup Parse Dashboard   var dashboard = new ParseDashboard({   “apps”: [     {       “serverURL”: “http://192.168.92.128:1337/parse”,       “appId”: “ChindaKey”,       “masterKey”: “MchindaKey”,       “appName”:Continue reading “Install Parse Server”