[x] Login using existing username/email and password
[x] Create new user using a username, email and password
[x] Read a user's data (full info for admin/owner accounts, partial info for others)
[x] Update a user's username, email, password, and/or profile picture.
[x] Update admin status of a user (by an existing admin).
[x] Delete a user
A guide for how to set up the back end can be found in the README.md file in the user-backend folder.
This should be sufficient to get the front end started, let me know if there are other features to be added or improved.
Progress: completed
A guide for how to set up the back end can be found in the
README.md
file in theuser-backend
folder. This should be sufficient to get the front end started, let me know if there are other features to be added or improved.