#uno
npm install parse-server mongodb-runner -g
mongodb-runner start
parse-server --appId asdkjoi4 --masterKey i3ufbiur --databaseURI mongodb://localhost/test
#dos
curl -X POST \
-H "X-Parse-Application-Id: asdkjoi4" \
-H "Content-Type: application/json" \
-d '{"score":1337,"playerName":"Sean Plott","cheatMode":false}' \
http://localhost:1337/parse/classes/GameScore
curl -X GET \
-H "X-Parse-Application-Id: asdkjoi4" \
http://localhost:1337/parse/classes/GameScore/