this is a user managment api build using node js
https://user-registration-nodejs.herokuapp.com
--> https://user-registration-nodejs.herokuapp.com/api/user
eg:-
here username ,phoneNumber and password must be unique and password's length must be at least 6
{
"username":"ankit1234",
"password":"123456",
"phoneNumber":9123456789,
"name":"Ankit kumar"
}
--> https://user-registration-nodejs.herokuapp.com/api/user/username
eg:-
https://user-registration-nodejs.herokuapp.com/api/user/ankitar
here ankitar is one of the username
--> https://user-registration-nodejs.herokuapp.com/api/user/username
eg:-
https://user-registration-nodejs.herokuapp.com/api/user/ankitar
here ankitar is one of the username
--> https://user-registration-nodejs.herokuapp.com/api/user/username
eg:-
https://user-registration-nodejs.herokuapp.com/api/user/ankitar
here ankitar is one of the username