How to Build and Start Project
cd to Project Directory
Build and Start Java Spring Backend
mvn clean install
cd backend
mvn spring-boot:run
Backend will be start and run on http://localhost:8080
Build and Start Angular Frontend
`bash
cd frontend/src/main/frontend/
npm start
`
Frontend will be start and run on http://localhost:4200