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

1 stars 0 forks source link

Added Post Endpoint for single record in students table #31

Closed smmzhu closed 1 day ago

smmzhu commented 5 days ago

Overview

(Merge https://github.com/ucsb-cs156-f24/proj-happycows-f24-11/pull/30 before this one) Third ticket in a series tackling issue https://github.com/ucsb-cs156-f24/proj-happycows-f24-11/issues/26 — added Post Endpoint for single record in students table. Testing Link: https://sampr2.dokku-11.cs.ucsb.edu/

Screenshots (Optional)

image

Validation (Optional)

  1. Open swagger.
  2. Make sure the post endpoint is visible.
  3. Test with an example query that the endpoint works as intended.

Tests

Linked Issues

Closes #35