Before compiling, make sure that username and password for the DataBaseConnector.java is changed to your username and password
- Run Spring Boot Backend:
cd Backend
mvnw spring-boot:run
- Run React Frontend:
cd Frontend
npm start
(if first time running, execute: npm install first)