https://github.com/netodeolino/fintech-case
Backend for a fintech challenge case
https://github.com/netodeolino/fintech-case
async docker feign-client hexagonal-architecture java microservice mysql redis spring-boot swagger
Last synced: 21 days ago
JSON representation
Backend for a fintech challenge case
- Host: GitHub
- URL: https://github.com/netodeolino/fintech-case
- Owner: netodeolino
- Created: 2020-05-23T22:30:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T16:38:16.000Z (over 1 year ago)
- Last Synced: 2025-09-30T15:37:57.637Z (6 months ago)
- Topics: async, docker, feign-client, hexagonal-architecture, java, microservice, mysql, redis, spring-boot, swagger
- Language: Java
- Homepage:
- Size: 192 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A simple Fintech Backend in Java
### API services
- users
- transactions
### Run
```shell script
docker-compose up --build
```
Project start endpoint:
```
http://localhost:8000
```
### Technologies
* Java 11
* Spring Boot
* Redis
* MySQL
* H2 in memory database for Unit Tests
* JUnit, Mockito, Hamcrest