Server Link: https://job-quest-server-alpha.vercel.app/
This server is built with ExpressJs as backend of the job portal JobQuest.
- 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.