Skip to content

Generate invoices, returns a paginated list, search by id and cancel invoices.

Notifications You must be signed in to change notification settings

GilbertoJNJ/InvoiceAPI

Repository files navigation

InvoiceAPI

📖Summary

Description

🏆 Generate invoices.

🏆 Returns a paginated list of invoices.

🏆 Search invoice by id.

🏆 Cancel an invoice.

Technologies

Dependencies

Integration

This API has integration with LogiStockAPI to find product information

Install

  1. In the terminal, clone the project:
git clone https://github.com/GilbertoJNJ/InvoiceAPI.git
  1. Enter in the projet diretory:
cd ~\invoiceapi
  1. Execute the command:
gradle bootrun

To run the tests:

gradle clean test

How To Use

Access documentation after building the project:

http://localhost:8080/swagger-ui.html