Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 203 Bytes

README.MD

File metadata and controls

22 lines (16 loc) · 203 Bytes

RUN

node server.js

POSTMAN

URL endpoint

http://localhost:{PORT}/rpc

body data

{ "createUser": { "name":"new user", "age":30 } }