Skip to content

Latest commit

 

History

History
66 lines (51 loc) · 1.8 KB

README.md

File metadata and controls

66 lines (51 loc) · 1.8 KB

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