An open API service indexing awesome lists of open source software.

https://github.com/christian-draeger/todo-app-backend


https://github.com/christian-draeger/todo-app-backend

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# TODO App backend

little example app to pratice step by step creation of a spring-boot service written in kotlin.

## Exercises
* [Step1 - create project](TODO%20APP%20-%20Step1.pdf)
* [Step2 - configure Database and add JPA repository](TODO%20APP%20-%20Step2.pdf)
* [Step3 - test JPA repository](TODO%20APP%20-%20Step3.pdf)
* [Step4 - add custom JPA queries and add service layer](TODO%20APP%20-%20Step%204.pdf)
* [Step5 - add REST controllers](TODO%20APP%20-%20Step%205.pdf)
* [Step6 - controller error handling](TODO%20APP%20-%20Step%206.pdf)
* [Step Bugfix - can update todo via rest endpoint](TODO%20APP%20-%20Step%20Bugfix1.pdf)
* [Step7 - controller with custom response status](TODO%20APP%20-%20Step%207.pdf)
* [Step8 - JPA auditing entities](TODO%20APP%20-%20Step%208.pdf)
* [Step9 - use Scheduler](TODO%20APP%20-%20Step%209.pdf)
* [Step10 - add spring security](TODO%20APP%20-%20Step%2010.pdf)