This webapp is will be used to test webhook. Currently using static hashmap to stroe the data. So after restart you need to populate the data using populate data api.
git clone https://github.com/mukilarasan-ravi/Todo.git
cd Todo
mvn spring-boot:run
- Java - backend language
- SpringBoot - server
- Maven - build generation and dependency management
- Docker - For container
- CI/CD - docker publish
- Need to implement webclient.
- Need to add unit test
- Need to support unit test in docker image.