emmagogogo / cs-160-group-2

0 stars 1 forks source link

Backend: Apply to a Job #31

Closed zychin2000 closed 2 years ago

zychin2000 commented 2 years ago
  1. Create a new table in MongoDB: Application.
  1. Create a new API for jobs:

POST /jobs/:id/apply

Creates a new job application on jobID. Also, add applications list in Job itself.

  1. View all applications/applicants

GET /jobs/:id/apply