ucsb-cs156-f24 / proj-happycows-f24-11

1 stars 0 forks source link

ALL CRUD operations for courses (admin only) #38

Closed adenjo6 closed 2 days ago

adenjo6 commented 5 days ago

Overview

In this PR, I created all CRUD operations for the backend of Courses.

CRUD Endpoints on Swagger:

Screenshot 2024-11-24 at 1 47 25 AM

PUT Endpoint:

Screenshot 2024-11-24 at 1 56 51 AM

POST Endpoint:

Screenshot 2024-11-24 at 1 57 14 AM

GET SINGLE Endpoint:

Screenshot 2024-11-24 at 1 57 48 AM

GET ALL Endpoint:

Screenshot 2024-11-24 at 2 00 56 AM

DELETE Endpoint:

Screenshot 2024-11-24 at 1 59 03 AM Screenshot 2024-11-24 at 1 59 19 AM

Pit Test Coverage:

Screenshot 2024-11-25 at 1 26 47 AM

Jacoco tests:

Screenshot 2024-11-24 at 1 39 41 AM

Feedback Request (Optional)

Please give suggestions on the following:

Validation (Optional)

  1. Go to this dokku link: https://happycows-adenjo.dokku-11.cs.ucsb.edu
  2. Check that all CRUD Operations work (for Admins and regular users)

Tests

Linked Issues

Closes #25