Parse Server Setup
Parse Server is an open-source backend that runs Node. js and works with the Express web application framework. To truly understand what Parse Server does, you must first understand what backend as a
Recommendation
Dative uses Parse Server as the backend. We will cover SashiDo here, as it is the one we used, it offers managed parse server with auto indexed and scalling, you don't need to worry about databse, setups, indexing, scall, ect, just focus in your client side. Note: You are free to use Back4App or any other provider, including your own self-hosted Parse Server.
Step 1: Create a SashiDo Account
Open the SashiDo website.
Click on the Get Started button.
Fill in the registration form with your email, password, and other required information.
Click Sign Up.
Verify your email address by clicking on the verification link sent to your email.
Log in to your SashiDo account with your credentials.
Step 2: Add a Parse Server App in SashiDo
After logging in, you will be directed to the SashiDo dashboard.
Click on the Create a new app button.
Enter a name for your new app. This name will be used to identify your app within the SashiDo dashboard.
Choose a data center location for your app. Select the region that is closest to your users for better performance.
Click on the Create App button.
Wait for the app to be created. This may take a few moments.
Step 3: Configure Your Parse Server App
Once the app is created, you will be redirected to the app's dashboard.
On the dashboard, you will find essential details such as the App ID, ClientKey, Master Key, JavaScript Key, and REST API Key. Make sure to keep these keys secure as they are required for accessing your Parse Server.
To access your app's database, go to the Database tab in the dashboard. Here, you can manage your app's data, create new classes, and perform CRUD operations.
To configure your app's settings, go to the Settings tab. Here, you can set up various options such as push notifications, cloud code, and more.
Monitor and Manage Your App
Use the SashiDo dashboard to monitor your app's performance, view logs, and manage your app's settings and all Admin Panel Taks.
Utilize the various tools and integrations available in the dashboard to enhance your app's functionality and performance.
We are building a powerfull Admin Panel that will be delivered in Next Updates.