🏆 Generate invoices.
🏆 Returns a paginated list of invoices.
🏆 Search invoice by id.
🏆 Cancel an invoice.
This API has integration with LogiStockAPI to find product information
- In the terminal, clone the project:
git clone https://github.com/GilbertoJNJ/InvoiceAPI.git
- Enter in the projet diretory:
cd ~\invoiceapi
- Execute the command:
gradle bootrun
To run the tests:
gradle clean test
Access documentation after building the project:
http://localhost:8080/swagger-ui.html