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.
- Host: GitHub
- URL: https://github.com/fontseca/grpc-with-cpp
- Owner: fontseca
- Created: 2023-01-04T01:34:18.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T00:37:45.000Z (about 3 years ago)
- Last Synced: 2025-03-15T01:15:05.758Z (about 1 year 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

> Please forgive my typo : )
## Requests and responses


