🏆 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 bootrunTo run the tests:
gradle clean testAccess documentation after building the project:
http://localhost:8080/swagger-ui.html