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:
Java Development Kit (JDK)
Ensure that JDK 11 or higher is installed on your system.
Apache Maven
Install Apache Maven for building and managing the Java project. Maven can be downloaded from https://maven.apache.org/download.cgi.
Database Management System
PostgreSQL for server deployments.
SQLite for local deployments.
Node Package Manager (NPM)
NPM is packaged with node.js.
You can find an installation guide here.
Angular (recommended)
Angular can be downloaded globally or locally in the directory.
Git
Ensure Git is installed for version control and cloning the project repository. You can download Git from https://git-scm.com/.
Last updated