Skip to content

dibyajyoti79/user-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Management System

This is a begineer level backend project in which an user can register and login and the admin has access to operate CRUD operation on the users list.

Tech used : Nodejs, Expressjs, Mongodb, Ejs

some package used like:

  • bcrypt - for hashing the password
  • nodemailer - for sending email
  • multer - for uploading files to server

User Login and Registration Features :

  • user registration with email verification
  • user login with remembers password
  • forget and reset password
  • user profile
  • user profile edit and save

Admin Panel Features :

  • admin login
  • admin reset password
  • admin profile
  • admin dashboard
  • users list
  • add a new user with a role
  • edit and save the User
  • delete the user

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors