Quick Start

Let's start with a simple user interface to browse and manage your flows.

Flow Manager
Designer

Create the html demo below and follow the steps ahead to learn the essentials.

  1. Get Appmixer constructor from appmixer.js file and create a new instance:

2. Set baseUrl to connect the API module to the REST API of your engine:

3. Create a new user and set accessToken to authorize your appmixer instance:

Change USERNAME(e.g. [email protected]) and PASSWORD(e.g. 12345678) parameters to valid credentials for registration of a new user. Or use an authentication method if the user already exists:

Thetoken is used by Appmixer to identify the user. Store the token and credentials in a database of your product. This way, you can always associate your users with the (virtual) ones created for Appmixer.

4. Create new instances of Flow Manager and Designer widgets:

5. Open Flow Manager to browse the flows and switch to Designer when a flow is selected:

Last updated

Was this helpful?