Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ananthuspace/user-management-system

The "User Management System" project features a user panel for login, signup, and database storage with session and cookie management. The admin panel allows login with validation, and CRUD operations on user data, all managed with sessions and cookies. Built with Node.js, Express.js, and EJS.
https://github.com/ananthuspace/user-management-system

ejs expressjs nodejs

Last synced: 13 days ago
JSON representation

The "User Management System" project features a user panel for login, signup, and database storage with session and cookie management. The admin panel allows login with validation, and CRUD operations on user data, all managed with sessions and cookies. Built with Node.js, Express.js, and EJS.

Awesome Lists containing this project

README

        

User Management System

User Panel



  1. login, signup and home page for users.

  2. Store the user data on a database.

  3. Proper Session and cookies.





Admin panel



  1. Admin had a login with validation.

  2. Admin able to view and perform a search on user data.

  3. Admin able to create, delete and edit user data.

  4. Sessions and Cookies are working properly.