-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to view backend on self hosted? #1332
Comments
Parse Dashboard let's you have a view into your data https://github.com/ParsePlatform/parse-dashboard And it's getting better very quickly. |
you could also try the adminca.com dashboard for even easier setup, though it doesn't support push notifications yet. otherwise, the parse-dashboard install is pretty straightforward as well. though you might have to use "--allowInsecureHTTP=1" to start if not on direct SSL termination to the dashboard IP:Port. |
Both answers are great! Closing now! 🎉 |
Hi guys, The whole point of using parse was to have a simple backend to view and add data aswell as everything else.
So it's great that i was able to easily setup a parse server to heroku. but now how do i view that data?
I setup the example, , but how can i easily use the backend to make a new class? or quickly see if a command i just used worked...
I saw in a post they said i can still use the parse backend with my self hosted db, but no one has mentioned how?
The text was updated successfully, but these errors were encountered: