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
- Host: GitHub
- URL: https://github.com/yesner/api-facturacion
- Owner: Yesner
- Created: 2024-07-12T01:10:27.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-12T21:12:07.000Z (over 1 year ago)
- Last Synced: 2025-02-08T03:43:25.453Z (11 months ago)
- Topics: backend, java, programming
- Language: Java
- Homepage: https://apifacturaciontest-9c5a376c7816.herokuapp.com/facturacion/api/purchases/all
- Size: 355 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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

# 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

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

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