JDK-23, Node.js
Navigate to: https://www.oracle.com/java/technologies/downloads/ and install the package for your operating system.
Navigate to: https://nodejs.org/en and install the latest LTS package.
1. Navigate to the backend directory
2. Execute the command : `./gradlew clean`
3. Execute the command : `./gradlew build`
4. Execute the command: `./gradlew bootRun`
5. Open a browser and navigate to http://localhost:8080
1. Navigate to the frontend directory
2. Execute the command: `npm install` to install the necessary dependencies
3. Execute the command: `npm start`
4. Open a browser and navigate to http://localhost:3000
If using Visual Studio Code -> Install extension "Test Runner for Java" authored by Microsoft. Once installed click on the new testing extension in the extensions bar. Execute the backend test suite.
To run front end tests, navigate to frontend directory and execute the command npm run test