Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.