Requirements

This document contains information about all technologies needed to run this project on your local machine.

The following technologies are needed to run QA:

  1. Java Development Kit (JDK)

    1. Ensure that JDK 11 or higher is installed on your system.

  2. Apache Maven

    1. Install Apache Maven for building and managing the Java project. Maven can be downloaded from https://maven.apache.org/download.cgi.

  3. Database Management System

    1. PostgreSQL for server deployments.

    2. SQLite for local deployments.

  4. Node Package Manager (NPM)

    1. NPM is packaged with node.js.

    2. You can find an installation guide here.

  5. Angular (recommended)

    1. Angular can be downloaded globally or locally in the directory.

  6. Git

    1. Ensure Git is installed for version control and cloning the project repository. You can download Git from https://git-scm.com/.

Last updated