Server:
- Open MySql and create a database called finalProj and leave running in background.
- Open Eclipse and make sure Spring Boot 4 is installed.
- Import SG00389052 into eclipse.
- Run project as a Spring Boot App.
Client:
- Open CG00389052 in command prompt.
- Run 'npm install' to install dependencies.
- Run 'ng serve --open'
Testing: Postman was used for testing the server. All requests are in the AdvancedDataCentric.postman_collection.json which you can open and run the requests.