This is simple user management web app created using React, Node.js & MongoDB. The users can signup using entering the credentials. Credentials are validated using Joi and saved in the database. The user can upload a picture and set as their profile picture.
When a user logs-in their authentication is carried is checked using JWT.
Admin has the control over users. They can create, remove & block users.