Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

RPC server made with the gRPC framework and C++.
https://github.com/fontseca/grpc-with-cpp

backend cmake cpp grpc protobuf rpc server

Last synced: 13 days ago
JSON representation

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

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)