Skip to content

fontseca/grpc-with-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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