This is an example that sets up parse-server, one instance each
using MongoStorageAdapter
and PostgresStorageAdapter
This also has the parse-dashboard setup (with access to the
aforementioned two Parse instances)
A demo is running on Heroku : https://parseserver-mongo-pg.herokuapp.com/dashboard
To use the dashboard -
username
: parsepassword
: mongopg
Database | Parse API URL |
---|---|
Postgres | https://parseserver-mongo-pg.herokuapp.com/pg |
MongoDB | https://parseserver-mongo-pg.herokuapp.com/mongo |