todo-list-springboot-restful-angular-h2 This is a To-Do application with option to add/delete and mark it as completed. It shows pending and completed tasks.
- Front End : AngularJS / JavaScript / Html / Css3
- Middleware : Spring boot
- Back end : In memory DB - H2
To run the application:
mvn spring-boot:run
cd web
npm install
npm start