We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edit Single User react component
Promt user to change password
Express POST route for new user (POST /api/users/)
Express PUT route for updating user (PUT /api/users/:id)
Express DELETE route to delete user (DELETE /api/users/:id)
Express GET route for single user (GET /api/users/:id)
Add New User react
All Users react component
All Users can ONLY be seen by Admins (no response from /api/users)
selected user redux (for single user page and to edit)
make isAdmin middleware
edit db User model to add 'isAdmin' attribute instead of userType
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Edit Single User react component
Promt user to change password
Express POST route for new user (POST /api/users/)
Express PUT route for updating user (PUT /api/users/:id)
Express DELETE route to delete user (DELETE /api/users/:id)
Express GET route for single user (GET /api/users/:id)
Add New User react
All Users react component
All Users can ONLY be seen by Admins (no response from /api/users)
selected user redux (for single user page and to edit)
make isAdmin middleware
edit db User model to add 'isAdmin' attribute instead of userType
The text was updated successfully, but these errors were encountered: