Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 569 Bytes

readme.md

File metadata and controls

18 lines (13 loc) · 569 Bytes

JobQuest-server

Server Link: https://job-quest-server-alpha.vercel.app/

Introduction

This server is built with ExpressJs as backend of the job portal JobQuest.

Top Features


  • Get API to fetch all jobs data from database.
  • Get API to fetch a specific data by id from database.
  • Jwt token generation for every logged in user.
  • Jwt secured Get API to fetch job data posted by specific user.
  • Jwt secured Get API to fetch applied jobs data of specific user.
  • Delete API to delete a specific job data.
  • Post and Patch API to add or update a job data.