https://droom-project-lambda.herokuapp.com/api/auth/register
Sample schema:
{
"username": "John_Doe",
"name": "John Doe",
"email": "johndoe@yahoo.com",
"password": "E@kd92",
"occupation": "Manager",
"work_experience": "CEO",
"role": "Job Seeker"
}
https://droom-project-lambda.herokuapp.com/api/auth/login
Sample schema:
{
"username": "John_Doe",
"password": "password
}
https://droom-project-lambda.herokuapp.com/api/auth/users
https://droom-project-lambda.herokuapp.com/api/auth/user/:id
(Example: https://droom-project-lambda.herokuapp.com/api/auth/user/7 will get data for user with the id of '7')
https://droom-project-lambda.herokuapp.com/api/auth/user/:id
https://droom-project-lambda.herokuapp.com/api/auth/user/:id
https://droom-project-lambda.herokuapp.com/api/jobs
https://droom-project-lambda.herokuapp.com/api/jobs/:id
https://droom-project-lambda.herokuapp.com/api/jobs/user/:id
https://droom-project-lambda.herokuapp.com/api/jobs
Sample schema:
{
"job_title": "Movie Critic",
"salary": "$75,000 per year",
"job_desc": "Enter description here",
"user_id": 1
}
https://droom-project-lambda.herokuapp.com/api/jobs/:id
https://droom-project-lambda.herokuapp.com/api/jobs/:id