Google Classroom x Trello Integration App
This documentation here is a tutorial on how you can set up the GCxTrelloIntegration app for your own personal use. This script was initially made for myself when we used Google Classroom for schoo...
This documentation here is a tutorial on how you can set up the GCxTrelloIntegration app for your own personal use. This script was initially made for myself when we used Google Classroom for schoo...
Disclaimer I am by no means a professional on the topics mentioned nor the technologies; rather, this documentation is a blog on my experience as an amateur and hopefully serves as a light in ...
Starting the jBPM Server Once we have installed jBPM and unzipped its contents, we can begin by navigating to the ‘bin’ folder and running ‘standalone.bat’. This will get the jBPM server up and run...
Creating Data Objects Now, we will begin adding our assets. First, let’s clarify what objects we’d need for our request portal. The best way to do this is to visualise our process by creating a sce...
A high-level summary on how a process works There are two terms that we’d ought to familiarise ourselves with here. One being process definition, and the other process instance. Currently, we ...
Deploying our project Before we deploy our project, we need to generate the forms required for our process. To do this, head into our request-portal process, click on the form button(form icon to t...
How does integration work? As previously mentioned, jBPM allows for smooth integration with its accesible and well-secured REST API. It enables us to create our own powerful tools that act as an ex...
Setting up our Postgres database Open your Postgres setup, and just step through everything while following the default configurations, but ensure that you note down your password and your host, an...
If SpringBoot produces an error that states that the port is in use, that means you have to navigate back to the application.properties file and change the server port to any open port on your devi...