Skip to content

dev-triangle/appliquer-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/