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

https://github.com/yesner/api-facturacion

Backend Java V.21
https://github.com/yesner/api-facturacion

backend java programming

Last synced: 5 months ago
JSON representation

Backend Java V.21

Awesome Lists containing this project

README

          

# API-Facturacion

# Getting Started

# Project

1. Gradle - Groovy

2. Spring Boot 3.3.1

3. Language: Java 21

# Database

![Database](Extra/Database.png)

# Documentacion

http://localhost/facturacion/api/swagger-ui/index.html#/

![http://localhost/facturacion/api/swagger-ui/index.html#/](Extra/Documentation.png)

# Run

java -jar build/libs/App-1.0.jar

# Heroku - Running API Backend

1. See all purchases
https://apifacturaciontest-9c5a376c7816.herokuapp.com/facturacion/api/purchases/all

![Purchases](Extra/purchases.png)

2. Sell all products
https://apifacturaciontest-9c5a376c7816.herokuapp.com/facturacion/api/products/all

![Products](Extra/Products.png)

# Resources

https://mvnrepository.com/
https://plugins.jetbrains.com/plugin/10036-mapstruct-support/versions/stable
https://mapstruct.org/documentation/installation/