anilprasad
Results
2
issues of
anilprasad
While I am trying to create a new user using Postman ['http://192.168.1.106:3000/v1/users' using POST method, data -> {"unique_key" : "John", "email" : "[email protected]", "phone" : "7887566", "password" : "qwer1234"} as...
I have used only two of the services 1. CipherService and 2. HashService.js Followed the following steps.. $ sudo npm install -g yo generator-sails-rest-api $ mkdir myapi $ cd myapi/...