-
Notifications
You must be signed in to change notification settings - Fork 0
jaymehta002/userApi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
signup: localhost:4000/user/signup
{
"username": "username",
"email" : "abc@xyz.com",
"password" : "12345678"
}
login: localhost:4000/user/login
{
"email": "abc@xyz.com",
"password": "12345678"
}
get details: localhost:4000/user/me
Headers
Content-Type: application/json
token: "YOUR-TOKEN-VALUE"
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published