Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yusufugurozbek/testcontainers-demo
- Owner: yusufugurozbek
- Created: 2022-10-10T09:47:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T13:11:54.000Z (over 1 year ago)
- Last Synced: 2024-10-31T14:45:49.046Z (3 months ago)
- Topics: intellij, intellij-idea, intellij-plugin, intellij-plugins, spring-boot, testcontainers, testcontainers-demo, testcontainers-java, testcontainers-port-updater, testcontainers-postgresql
- Language: Java
- Homepage:
- Size: 775 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
### 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