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
UI of Backend with the prepared end points
- jobs/
- trending/
- register/
- api/token/
- api/token/blacklist/
- api/token/refresh
- user-detail/
- current-user/
- application/
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}/
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
To register a new customer