Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/guspaz0/expensetracker

Project to track expenses, for multiusers, register payments and check expirations. Henry - Upskilling Java backend.
https://github.com/guspaz0/expensetracker

apache-poi css docker-compose html java jpa-hibernate junit5 mockito spring spring-boot testing thymeleaf-template-engine

Last synced: 7 days ago
JSON representation

Project to track expenses, for multiusers, register payments and check expirations. Henry - Upskilling Java backend.

Awesome Lists containing this project

README

        

# Expense Tracker App

#### Proyecto final Upskilling Backend Java

### Introduccion
La app trata sobre registrar expensas y poder hacer un seguimiento de gastos. Esta orientado a multiusuario. Como toque personal, se le agregó funcionalidad para registrar pagos, vencimientos, exportacion de datos en excel, cache de base de datos y mucho mas.

### Modulos aplicados
- Spring framework.
- H2 server SQL.
- data-jpa
- validation
- Lombok
- Mockito
- Junit
- WebFlux
- OpenApi docs, Swagger.
- Apache Poi
- Docker
- Redis

---

Todos los endpoints estan documentados en la url "/v3/api-docs" en formato Json o bien "/swagger-ui/index.html" con interfaz de usuario web.

---