Build a CRUD Rest API with Kotlin, Postgres, Docker and docker compose

preview_player
Показать описание
Let's create a CRUD Rest API in Kotlin, using:
- Spring boot
- Gradle
- Hibernate
- Postgres
- Docker
- Docker Compose

All the code will be available on GitHub:

0:00 Intro, project initialization, dependencies
6:45 App project: database configuration, User Entitity, User Repository, User Controller
23:00 Dockerization: Dockerfile, Docker Compose
30:55 Running and Building Services
33:45 Test Application
Рекомендации по теме
Комментарии
Автор

This is a great tutorial on how to build a CRUD Rest API using Kotlin, Postgres, Docker, and docker-compose. The presenter does an excellent job of explaining each step in detail, making it easy to follow along even if you're new to these technologies. The code is well-organized and easy to understand, and the end result is a fully functional API that you can use as a starting point for your own projects. Highly recommend checking this out if you're interested in learning how to build APIs!

zahid_
Автор

34:47 one of the most important part, I've created a sample app without hibernate and I needed to create tables manually, this explain it well. Thanks!

ernestguevara
Автор

what should i use for image for the springboot app?

ikiddoistudio
Автор

What about dtos and mappers? Arent they required for best practices?

MrRicardosgeral
Автор

0:00 Intro, project initialization, dependencies
6:45 App project: database configuration, User Entitity, User Repository, User Controller
23:00 Dockerization: Dockerfile, Docker Compose
30:55 Running and Building Services
33:45 Test Application

francescociulla
Автор

I love your content. however im getting this error upon following your instruction "Error: Unable to access jarfile when i run "docker compose up". im using windows docker locally, what could be the cause of this error?

tylgyjk