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