Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yusufugurozbek/testcontainers-demo

This is a basic RESTful Web service with Spring Boot for the "Stop Emulating/Mocking, Get Started with Testcontainers" talk.
https://github.com/yusufugurozbek/testcontainers-demo

intellij intellij-idea intellij-plugin intellij-plugins spring-boot testcontainers testcontainers-demo testcontainers-java testcontainers-port-updater testcontainers-postgresql

Last synced: about 1 month ago
JSON representation

This is a basic RESTful Web service with Spring Boot for the "Stop Emulating/Mocking, Get Started with Testcontainers" talk.

Awesome Lists containing this project

README

        

# Testcontainers Demo

This is a basic RESTful Web service with Spring Boot for the **"Stop Emulating/Mocking, Get Started with
Testcontainers"** talk.

### Database schema

Account Table

### Architecture

![Alt text](docs/architecture.png "Architecture")

#### Local links

- List all accounts: http://localhost:3333/account
- Get age: http://localhost:3333/account/{accountId}/age
- Get total amount of all accounts: http://localhost:3333/account/total-amount