GenerateNU / Algo

Fullstack application for the Algo project
6 stars 0 forks source link

User crud #17

Closed capture120 closed 4 months ago

capture120 commented 5 months ago

Description

Link to Ticket

Created user CRUD routes for GET, POST, PUT, DELETE. Fixed user schema to match unique/non-unique constraints. Updated go types/enums to allow null values.

How Has This Been Tested?

Verified route functionality using Postman.


Checklist