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

https://github.com/s-4i5/user-service

Spring boot Postgres/MongoDB CRUDlike user service
https://github.com/s-4i5/user-service

assertj flyway gradle mapstruct mongodb postgresql spring-boot testcontainers

Last synced: 11 months ago
JSON representation

Spring boot Postgres/MongoDB CRUDlike user service

Awesome Lists containing this project

README

          

# Spring boot CRUD user-service

CRUD сервис для хранения пользователей.
Имеет две резацизации: c Mongodb и c PostgreSql (под каждую отдельная ветка), unit/integration тесты используя testcontainers

# Deployment via docker-compose
```
docker-compose up
```
# Swagger documentation
```
http://localhost:8080/api/v1/swagger-ui/index.html#/
```