Prepare Projects

Prepare Datasource Consumer

  1. Open Folder for cloned repository datasource-consumer

  2. View Terminal

  3. Delete old files and data files

    Ignore the command output of make purge.

make purge
  1. Build docker containers

make
  1. Leave the program running in background, open new terminal.

    datasource-consumer run scheduled tasks every 1 minutes

Prepare SID Backend API

  1. Open Folder for cloned repository sid-backend-api

  2. View Terminal

  3. Delete old files and data files

    Ignore the command output of make purge.

make purge
  1. Build docker containers

make
  1. Leave the program running in background, open new terminal.

Prepare SID Frontend Web

  1. Open Folder for cloned repository sid-backend-web

  2. View Terminal

  3. Delete old files and data files

    Ignore the command output of make purge.

make purge
  1. Build docker containers

make
  1. Leave the program running in background, open new terminal.