+ All Categories
Home > Technology > Baa spoc backendcreationsteps

Baa spoc backendcreationsteps

Date post: 13-Jul-2015
Category:
Upload: shridhar-joshi
View: 189 times
Download: 0 times
Share this document with a friend
7
Landing page of the BaaS application console : Dashboard :
Transcript

Landing page of the BaaS application console :

Dashboard :

uTable Page :

Here we can create tables or we can view the created tables and their REST URIs

1. Press the create table button

Create table Screen :

Here we can create rows in the table with its name and type.

2. We create the table schema by creating the needed rows.

When the table is created it’ll take us to this screen where it shows the REST APIs/URIs for theCRUD operations of the table

3. We press the FreeLogic button for the create operation to customize it.

This is the code editor for FreeLogic.

4. Then we write some validations and specify when it should fail by returning false

This is the freeLogic page where we can create custom URIs/APIs of our own and write code forit.

When we press code it will navigate us to the freeLogic editor again.

5. we press the “code” button

6. We write code for the custom URI and specify what it returns.


Recommended