Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josemavarez11/grpc-products-crud
Project to remotely call CRUD operations on products stored in a postgreSQL database, using gRPC in Node.js.
https://github.com/josemavarez11/grpc-products-crud
crud grpc-server nodejs postgresql
Last synced: 11 days ago
JSON representation
Project to remotely call CRUD operations on products stored in a postgreSQL database, using gRPC in Node.js.
- Host: GitHub
- URL: https://github.com/josemavarez11/grpc-products-crud
- Owner: josemavarez11
- Created: 2023-10-28T20:17:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-29T18:28:26.000Z (7 months ago)
- Last Synced: 2024-11-17T14:55:31.090Z (2 months ago)
- Topics: crud, grpc-server, nodejs, postgresql
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web CRUD application with gRPC
**The application allows to execute all CRUD operations remotely from a gRPC server to a list of products stored in a postgreSQL database remotely from the gRPC server.**
> [!NOTE]
> School project for distributed systems class at URU.