Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ananthuspace/user-management-system
- Owner: AnanthuSpace
- Created: 2023-12-18T04:10:33.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-10T11:08:31.000Z (4 months ago)
- Last Synced: 2024-11-18T22:09:46.622Z (3 months ago)
- Topics: ejs, expressjs, nodejs
- Language: EJS
- Homepage:
- Size: 4.39 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
User Management System
User Panel
- login, signup and home page for users.
- Store the user data on a database.
- Proper Session and cookies.
Admin panel
- Admin had a login with validation.
- Admin able to view and perform a search on user data.
- Admin able to create, delete and edit user data.
- Sessions and Cookies are working properly.