- Clone the repo
- Run the app with "meteor"
- Grab your favorite web services interface (I use postman)
- POST to http://localhost:3000/api/users/ with Content-Type:application/json and an object like
{
"email": "myfancy@email.here",
"password": "password",
"profile": {
"brothers": "2",
"age": "27",
}
}
Give at least an email and password, if everything is ok the server should reply back with status: "success"