This dashboard will connect with the SwiftMyDay Parse Server from here SwiftMyDay Parse Server
Thanks to all the team behind the Parse Dashboard for making this amazing dashboard.
The Parse Dashboard will allow you to control your Parse Server instance.
In order to start using your Parse Dashboard you need to host it using one of the cloud providers below☁️
Just click "Deploy to XXXX" button on your favorite Cloud provider and follow the instructions. That's it!
Alternative you can deploy your Dashboard locally in your computer. Steps also below.
Render offers a free plan. Friendly and simple UI.
- Click "Deploy to render" button
- Look for Public Git repository and paste this repo URL -> https://github.com/swiftmyday/ParseDashboard-SwiftMyDay
- You might be prompt to input a blueprint name which can be any name you want
- You will be prompt to input
APP_ID
,MASTER_KEY
,SERVER_URL
. These are all environmental variables you have stored in your server. Go to your server Cloud provider and look for those. - Additionally provide
USERNAME
andPASSWORD
which are credentials to access later your parse dashboard - Click deploy and your dashboard will be up and running.
- Open the link that render assinged to your project and it will open the Parse Dashboard
Heroku does not offer a free plan but the cheapest plan starts at $5. Friendly and simple UI.
If you already created an account for your parse server, you can also deploy your Dashboard in the same account without any extra charge.
- Create a Heroku account
- Click "Deploy to heroku" button
- Fill the form with your
APP_ID
,MASTER_KEY
,SERVER_URL
which were set when creating your Parse Server. - Additionally provide
USERNAME
andPASSWORD
which are credentials to access later your parse dashboard - Click deploy and wait for a successful deployment
- Click Open app and your Parse Dashboard will open.
To run the Parse Dashboard on your local machine just follow these steps:
- Make sure to have the latest Node js version installed NodeJS
- Open terminal and type
git clone https://github.com/swiftmyday/ParseServer-SwiftMyDay
- Type
cd ParseDashboard-SwiftMyDay
. - Type
npm run setup
orsudo npm run setup
- You will be required to provide the server credentials.
- Launch Parse Dashboard with
npm start
and your will be provided with the URL of your Dashboard.