An open API service indexing awesome lists of open source software.

https://github.com/fontseca/grpc-with-cpp

An RPC server built with the gRPC framework and C++, featuring services for clients, products, invoices, and invoice details.
https://github.com/fontseca/grpc-with-cpp

backend cmake cpp grpc protobuf rpc server

Last synced: 9 months ago
JSON representation

An RPC server built with the gRPC framework and C++, featuring services for clients, products, invoices, and invoice details.

Awesome Lists containing this project

README

          

# 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](./assets/Screenshot%20from%202023-01-04%2021-11-15.png)

> Please forgive my typo : )

## Requests and responses

![Requests](./assets/Screenshot%20from%202023-01-04%2021-01-45.png)

![Requests](./assets/Screenshot%20from%202023-01-04%2021-05-17.png)

![Requests](./assets/Screenshot%20from%202023-01-04%2021-09-24.png)