-
Notifications
You must be signed in to change notification settings - Fork 3
Getting started
To get going you first need to decide how to host the backend service
-
Use the already deployed and available service hosted by the authors, TBD. Please note that this instance will only provide services as long as the cost is below the daily budget.
-
Deploy your own GAE instance of the ready-made backend without a single line of code. This will give you full control over who can access the service and also the budget and cost. More information can be found here TBD
-
Integrate with an existing GAE backend and enjoy the convenience of only having to manage one running instance. Knowledge of GAE and Spring is necessary. More information can be found here TBD
Now that you have your backend selected the next step is to select a domain name. The domain name is part of the REST path and separates the projects data from all other projects using the same GAE instance. Please select a domain name that is descriptive and reflect the project (please do not pollute the name space).
In the future we will add some find of security and registration process for domains.
Download one of the SDKs matching your platform. If an SDK is not available for your platforms you are free to implement the REST interface your self.
- iOS (coming soon)
- Android (coming soon)
- Javascript (coming soon)
Good luck!