I have checked Backendless and this is an amazing tool!
However, before spending weeks understanding the builder and working on it, I would like to be sure that at the end I will be able to build all the components to make my MVP live.
I want to build a In-app Ads Server.
The project is composed by:
FRONT-END
Sign up / Log in pages
User Dashboard
*Analytics
*User profile
*Form (Wizard form, if possible)
*Summarizing Board + Action buttons (delete, change, pay)
*Payment gateway (Stripe, Memberstack or other)
Admin Dashboard data could be integrated to a ready-to-use external tool.
BACK-END
Database similar to MySQL format
API / SDK
iOS and Android SDKs (Developers will use it to integrate service into their app)
I will develop the SDKs out of the Backendless platform.
So, is Backendless a good tool to build our project?
Thank you guys!
I hope this topic will help other people.
GUI For building your GUI you can use UI-Builder. UI-Builder is poverfull tool which allow you to create complex interfaces without directly writting code. It requires some time to learn it but at the end you will be able to create almost any page. Alternatively if you want to create Front-end by yourself, you can use our JS-SDK.
Sign up / Log in pages Backendless provides several ways for authorization of your users. It can be simple email + password login or you can configure logic with social networks. Also support for other OAuth2 providers will be added in one of the next releases.
Analytic. Backneldess provides basic usage analytics out of the box for your app. It collected by several ways. You can check it by yourselve
** Admin Dashboard data could be integrated to a ready-to-use external tool** Can you give more information about way in which you want to integrate dashboard? In general it is possible. We know about such cases.
Database similar to MySQL format Backneldess uses MySQL as database so it will suit you well.
iOS and Android SDKs Backneldess has SDKs for this platforms and set of other platforms. They will help your developers to develop client logic faster.
It is hard to write in one message about all advantages which Backendless provide for developers I recomment you to create simple app and to feel by yourselve power of platform. Backendless provide concept of “missions” by which you will learn faster about features of the system.
I will post several links which will help you to get started:
In addition to relational data, you can store JSON objects in your database records. This should address the use-case when the schema for your data tables is loosely defined.