Installation and Setup Guide

Dependencies

Clone the Repository

git clone https://github.com/PortsmouthTeam6C/SETaP-Code.git

Frontend

1. Navigate to the correct directory:

cd Frontend

2. Install dependencies:

npm install

3. Run the application:

npm run dev

Backend

mvn clean install
mvn compile
mvn exec:java -Dexec.mainClass="uk.ac.port.setap.team6c.Main"