Skip to content

Subhashinibalu/JobsSearchBACKEND

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Capstone Backend

The backend contains API endpoints and Queries for Job Search project

A collection called Jobsearch is created, which contains api end points for

  1. User Registration

    https://jobssearchbackend.onrender.com/api/auth/register

  2. User Login

    https://jobssearchbackend.onrender.com/api/auth/login

  3. Forgot Password

    https://jobssearchbackend.onrender.com/api/auth/forgot-password

  4. Reset Password

    https://jobssearchbackend.onrender.com/api/auth/reset-password/:id/:token

  5. Update User Details

    https://jobssearchbackend.onrender.com/api/user/update/:id/:token

  6. Update User Applications details

    https://jobssearchbackend.onrender.com/api/user/application/:jobid/:token

  7. Job Search

    https://jobssearchbackend.onrender.com/api/admin/getsearch?query=${query}

  8. Job Recommendations

    https://jobssearchbackend.onrender.com/api/admin/getjobs/:id

  9. Posting new jobs

    https://jobssearchbackend.onrender.com/api/admin/post-job

  10. Delete account

https://jobssearchbackend.onrender.com/api/user/delete/:id

To know more about the api endpoints used in this task and to understand the task, check the given api documentation.

  • To read the api documentaion click this link

                   KINDLY CHECK. THANK YOU!
    

About

Capstone project backendend code

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors