Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/guspaz0/expensetracker
- Owner: guspaz0
- Created: 2024-09-28T04:26:59.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-12T00:49:05.000Z (17 days ago)
- Last Synced: 2025-01-12T01:29:06.253Z (17 days ago)
- Topics: apache-poi, css, docker-compose, html, java, jpa-hibernate, junit5, mockito, spring, spring-boot, testing, thymeleaf-template-engine
- Language: Java
- Homepage:
- Size: 556 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
---