Installation and Setup Guide
Dependencies
Install NodeJS and npm from the official website or from your package manager
Install Java from OpenJDK, from Oracle, or from your package manager
Install Maven from the official website or from your package manager
Install git from the official website or from your package manager
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"