Introduction

Design a production quality CRUD business application.

This section details a methodical approach to building a production quality application. These are effectively the same steps taken to build the sample reference app using the same ReST API requests.

This type of documentation could be referred to as 'the bible', a term used to describe previous product documentation designed for implementors.

Prerequisites

You should read the first few chapters in the knowledge base, as well as followed the beginners guide to create a simple lookup form.

Most importantly, you should know which ReST API's you wish to use and what CRUD forms you require to fulfil your business requirements.

Your Application Concept

You should have a clear idea about what your application should be doing.

You may be using a ReST API from a single source, or you may be consuming multiple ReST API's from a variety of sources.

This should fit our approach and tooling to provide your colleagues with a web and mobile application CRUD front-end to your ReST API's.

Next Steps

The next steps are to start work on building production quality data sources, custom variables and forms to knit together the core of the front-end application.

Last updated