Emad Razavi
Emad Razavi

Reputation: 2113

Where is the link of Parse data browser in parse.com website?

Simply to say, i can not find the Parse Data Browser and really don't know what is it. is it a link of parse site or a software or ... ?
I've tried google for that and a couple of youtube videos about that but i think anybody knows what it is and how to find it except me.

Upvotes: 0

Views: 625

Answers (2)

Jake T.
Jake T.

Reputation: 4378

If you're running your own parse-server, you just have to add the parse-dashboard module. It's pretty easy to set up. https://github.com/parse-community/parse-dashboard#local-installation

You can mount it right on the same app your parse-server is hosted from, or keep it separate and just run it locally.

Upvotes: 0

Julien Kode
Julien Kode

Reputation: 5479

Parse.com is down now, you can see this but you can have your own parse server because parse is open source

Install your parse-server and set-up your parse-dashboard

All documentation is available here

  • If you want to start quickly you can host your parse-server on Heroku or use back4app

  • If you are looking for an alternative solution you can use Firebase

Upvotes: 1

Related Questions