git clone https://github.com/shivanikumar444/TestAssessment.gitcd spring-boot-backend
mvn package
java -jar target/todoapp-1.0.0.jarAlternatively, you can run the app without packaging it using -
mvn spring-boot:runcd angular-frontend
npm installnpm startFrontend server will run on http://localhost:4200