Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 737 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 737 Bytes

RPC server made with the gRPC framework and C++.

Models

  • Client
  • Product
  • Invoice
  • InvoiceDetails

Available services

  • Clients

    • Create.
    • Fetch all
    • Fetch by its ID.
  • Invoice

    • Create.
    • Fetch all.
    • Fetch invoice by its ID.
  • Products

    • Create.
    • Fetch one.
    • Fetch all.
    • Filter by price.

Screenshots

Running server

Server running

Please forgive my typo : )

Requests and responses

Requests

Requests

Requests