Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
This is a great start, thanks for the effort.
For me and I think many others though, we started using Parse because it was “one-click”. I’m still a bit lost on where to go from here or what parts of Parse I’m getting from these installs.
I know it will be a lot of work but if any one could write an easier to digest migration tutorial, I think you’d be greatly loved. Many of us probably have very small apps that could follow some generic steps. Most the material right now seems targeted towards customers who actually need to move some serious infrastructure.
But again, I really appreciate the effort, this might be turn out to be the only DO resource and with enough pulled hairs, I maybe able to cobble something together :)
thank you for this detailed explanation. One question though. Using parse-server-example will install the 1.00 version. And the parse-server (https://github.com/ParsePlatform/parse-server) is now at version 2.0.8.
how do we upgrade to that version ? (since more bugs have been fixed). Thank you
Thank you so much. It works for parse-server-example, but I clone parse-server(https://github.com/ParsePlatform/parse-server.git) and run “npm start” appear the error: /home/ubuntu/parse-server/src/index.js:14 import { GridStoreAdapter } from ‘./Adapters/Files/GridStoreAdapter’; ^^^^^^ SyntaxError: Unexpected token import…
How can I fix it ?
Im getting a error that reads “/root/parse-server-example/node_modules/parse-server/lib/index.js:73 throw ‘You must provide an appId and masterKey!’;”
Any ideas?
I made a video walkthrough of this tutorial for anyone interested :) https://www.youtube.com/watch?v=Yhc_fzSi0kk
I have done it. But my website show(http://120.27.102.9:1337/parse): {“error”:“unauthorized”} I think it do not connect the mongodb do you know what happen~
This comment has been deleted
Since FB cause all this hassle for a lot of people that trusted them, why not release the whole thing including the dashboard and let the community really take over??? I still cannot believe that FB just drop us like that…
This comment has been deleted
can you please update this article? i have tried to follow every step and keeps getting error when i try to start the parse server. i have already checked that i am running the right versions of node, mongo, etc. please help.