A simple todo app with angular4 frontend and spring-boot as backend
Go to client folder run ng serve --open
it will open the port localhost:4200
Go to server folder run mvn spring-boot:run
it will run on the port 8090 localhost:8090/api/todos
.