Software Testing and Measurement Coursework
Frontend: React Backend: Springboot
Pre-requisites:
- Download MariaDB 10.8 version or any other db.
- Install Node.
Installation Steps:
- Execute "mvn clean install".
- Execute "npm install".
- Connect to a db and run the 2 sql files provided in main/resourses/db.migration/. This will create the database and required table with data.
- Set your username, password and url of database in application.properties file.
- Execute "maven package".
- Run the spring boot application.
Please ping us if you need any help!