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 backend for question service #4

Merged
merged 13 commits into from
Sep 23, 2024
Merged

Implement backend for question service #4

merged 13 commits into from
Sep 23, 2024

Conversation

Jweng88
Copy link

@Jweng88 Jweng88 commented Sep 23, 2024

Question service uses mongoDB to store questions

CRUD operations:

  1. Get request: Get the whole list of questions or by id with sorting, searching, filtering and pagination
  2. Post request: Create a question when all fields are filled
  3. Put request: Update a question when all fields are filled
  4. Delete request: Delete a question with matching question id
  5. Basic error handling like duplicates and missing fields

@delishad21 delishad21 merged commit a1f59ec into main Sep 23, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants