Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Jobs APIs #43

Open
IvanoskiHarmonia opened this issue Jun 19, 2024 · 0 comments
Open

Implement Jobs APIs #43

IvanoskiHarmonia opened this issue Jun 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@IvanoskiHarmonia
Copy link
Owner

Description:
Create APIs for managing job postings, including adding, deleting, and updating jobs.

Tasks:

  1. POST /jobs
    • Add a new job to the database.
  2. DELETE /jobs/:id
    • Delete a job from the database.
  3. PATCH /jobs/:id
    • Update job details in the database.

Expected Outcome:
A set of APIs that allow for the management of job postings in the application.

@IvanoskiHarmonia IvanoskiHarmonia added the enhancement New feature or request label Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant