UVicMartletplace / martletplace

Recreating FB Marketplace for Students - UVic SENG499 Capstone Project
0 stars 0 forks source link

Create GET/POST/PATCH/DELETE endpoints for users #82

Closed Scott-Kenning closed 3 months ago

Scott-Kenning commented 4 months ago

Feature Description

Enable user creation (not registration, just the ability to create a user object), updating, deleting, and retrieval

Problem You're Trying to Solve

In order for the login and registration functionality to be implemented, user objects need to exist and be manageable in the database

Related External Resources

section 4.4.1