mdeslippe / easy-tracker

Easy Tracker is a web-based utility that enables users to easily monitor the current and historical status of their digital services.
1 stars 0 forks source link

Create a User Controller #49

Closed mdeslippe closed 1 year ago

mdeslippe commented 1 year ago

Create a controller with endpoints that can do the following: 1) Create a new user account. 2) Query basic user data by id. 3) Query basic user data by username. 4) Query basic user data by email. 5) Update a user account. 6) Delete a user account.