Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++.
- Host: GitHub
- URL: https://github.com/fontseca/grpc-with-cpp
- Owner: fontseca
- Created: 2023-01-04T01:34:18.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T00:37:45.000Z (about 2 years ago)
- Last Synced: 2024-11-20T22:55:32.437Z (2 months ago)
- Topics: backend, cmake, cpp, grpc, protobuf, rpc, server
- Language: C++
- Homepage:
- Size: 376 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)