https://droombw.herokuapp.com/api/auth/register
Sample schema:
{
"first_name": "John",
"last_name": "Doe",
"email": "johndoe@yahoo.com",
"password": "E@kd92",
"occupation": "Manager",
"past_experience": "CEO",
"interests": "Long walks on the beach"
}
https://droombw.herokuapp.com/api/auth/login
Sample schema:
{
"email": "johndoe@yahoo.com",
"password": "password
}
https://droombw.herokuapp.com/api/auth/users
https://droombw.herokuapp.com/api/auth/user/:id
(Example: https://droombw.herokuapp.com/api/auth/user/7 will get data for user with the id of '7')
https://droombw.herokuapp.com/api/auth/user/:id
https://droombw.herokuapp.com/api/auth/user/:id
https://droombw.herokuapp.com/api/jobs
https://droombw.herokuapp.com/api/jobs/:id
https://droombw.herokuapp.com/api/jobs/user/:id
https://droombw.herokuapp.com/api/jobs
Sample schema: Note: If no image is provided, it will default to a colored box
{
"img_url": "https://ibb.co/8gcLPWj",
"title": "Movie Critic",
"salary": "$75,000 per year",
"description": "Enter description here",
"user_id": 1
}
https://droombw.herokuapp.com/api/jobs/:id
https://droombw.herokuapp.com/api/jobs/:id