npm start
npm run nice
Example: 127.0.0.1:3000/api/v1/auth/signup
Request body:
{
"name": "Vaibhav",
"email": "test@testmail.com",
"password": "test1234",
"passwordConfirm": "test1234"
}
Example: 127.0.0.1:3000/api/v1/auth/login Request body:
{
"email": "test@testmail.com",
"password": "test1234"
}
Example: 127.0.0.1:3000/api/v1/auth/logout