Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.1 KB

File metadata and controls

27 lines (21 loc) · 1.1 KB

Example of using client on React with gRPC and server on Nodejs with gRPC

  • run command
docker-compose up --build
  • open react app in browser
http://localhost:3000/
  • mongo-express for admin database
http://localhost:8081

Technologies

  • React
  • JavaScript
  • TypeScript
  • MongoDB
  • Node
  • gRPC
  • Docker