A docker container that runs parse-server and parse-dashboard
docker build -t parse-docker .
docker run -d -p 80:80 -p 443:443 -p 27017:27017 parse-docker
open https://localhost/
The default username/password is "username" and "password". These can be set using environment variables in Dockerfile.
curl -k -X POST -H "X-Parse-Application-Id: myAppId" -H "X-Parse-REST-API-Key: myMasterKey" -H "Content-Type: application/json" https://localhost/parse/functions/hello