I am trying to setup parse for a personal hobby project - I have decided to have it deployed on Heroku.
I followed the steps on this readme : https://github.com/ParsePlatform/parse-server-example
I clicked on the DEPLOY to HEROKU
button. Everything went fine. BUT I am NOT able to access the Parse Dashboard
.
My configurations (its a test app - I will delete this & re-deploy, hence I am sharing the credentials) :
APP_NAME
: test1000000
SERVER_URL
: http://test1000000.herokuapp.com/parse
APP_ID
: test1000000
MATER_KEY
: myMasterKey
Is there something more I have to do?
When I try to access the below links on my browser, I see the following :
http://test1000000.herokuapp.com/parse
=>
Cannot GET /parse
http://test1000000.herokuapp.com/apps
=>
Cannot GET /apps
http://test1000000.herokuapp.com/
=>
I dream of being a website. Please star the parse-server repo on GitHub!
Am I missing something ?