Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.25 KB

File metadata and controls

29 lines (23 loc) · 1.25 KB

Appliquer Backend

Appliquer is an online platform where the user can search for jobs and internships and also apply for the same.

Through this project we can provide expert training and guidance to applicants which can leverage the skills of users.>

front-end of the applicatio is available at: https://github.com/dev-triangle/appliquer-frontend

image

UI of Backend with the prepared end points

Available End points:

  • jobs/

  • To get the list of jobs that are posted by the company.


    It returns a list of jobs and to get the details of individual jobs we can access jobs/{ID_OF_THE_JOB}/

  • trending/
  • To get the list of trending jobs that are posted by the company.


    It returns a list of jobs that can be displayed in the landing page of the main site

  • register/
  • To register a new customer

  • api/token/
  • api/token/blacklist/
  • api/token/refresh
  • user-detail/
  • current-user/
  • application/