https://github.com/christian-draeger/todo-app-backend
https://github.com/christian-draeger/todo-app-backend
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/christian-draeger/todo-app-backend
- Owner: christian-draeger
- Created: 2022-03-31T11:02:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T13:13:46.000Z (over 3 years ago)
- Last Synced: 2025-03-23T21:04:30.947Z (7 months ago)
- Language: Kotlin
- Size: 35.4 MB
- Stars: 0
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)