Skip to main content

Getting Started

By following this tutorial, you will learn how to implement a complete use case, covering both back-end service development and front-end Scheda creation.

info

While the back-end and front-end tutorials are designed to work together as part of a integrated process, each one can also be completed independently to focus on either back-end or front-end development.

Use case:
Enable users to add new activities and view them in both matrix and calendar components.

  • Activity
    Each activity includes the following attributes:
    • Date: The date when the activity takes place
    • Start at: The time the activity begins
    • End at: The time the activity ends
    • Description: A brief description of the activity
    • Category: The type or classification of the activity (e.g., work, sport)
    • Style category: The style associated with the category

Setup Environment

Set up a local environment by using Docker Compose to build the Data container.

Back-End Tutorial

Build a Micro Executor or RPGLE services.
Setting up the Data environment is required.

Front-End Tutorial

Build Scheda to display activities in both matrix and calendar formats.
If the back-end tutorial has also been completed, integrate the created services.

Expected results

Thanks to the guided back end tutorial and front end tutorial we will implement the following architecture:

architecture

in such a way that in our local webup.js with kokos credentials and standard environment, we can launch in the spotlight the proper FUN and check that both the micro executor and the scheda that we developed are properly configured:

res1 res2