Check Schema Extension configuration doc.
- Copy the
.env.example
file to.env
and fill in the required values. - Install the dependencies and run the complete example in one command:
npm install && npm start
curl -N http://localhost:9991/operations/Image
curl -N http://localhost:9991/operations/Users
curl -d '{"email":"[email protected]","name":"Test","payload": {"type":"mobile","phone":"12345"}}' -H "Content-Type: application/json" -X POST http://localhost:9991/operations/User
Read the Docs.
Join us on Discord!