## How to start this application 1. Open up a terminal 2. Type: ./mvnw spring-boot:run 3. Open up another terminal 4. Type: cd frontend 5. If running for the first time Type: npm install 6. Type: npm run start (dev) / npm run build (production) ## How to stop this application 1. Go to both Terminals 2. Press Ctrl + C 3. Type: j