Hi! We've prepared a small 3-steps page to assist you testing your local Parse server.
These first steps will help you run and test the Parse server locally and were referrenced by the migration guide provided by Parse Platform.
Looks like our local Parse Serve is running under .... Let’s test it?
We'll use an app id of "myAppId" to connect to Parse Server. Or, you can change it.
We have an express server with Parse server running on top of it connected to a MongoDB.
The following steps will try to save some data on parse server and then fetch it back. Hey ho?
Post data to local parse server:
Fetch data from local parse server:
Test Cloud Code function from ./cloud/main.js: