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

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

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