How to run the project For Front end cd frontend && npm i && npm start For back end For maven cd api/rest; ./mvnw clean install ; mvn spring-boot:run For Gradle ./gradlew build; ./gradlew bootRun