Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 282 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 282 Bytes

CRUD User Management

  • Created a CRUD User management system with authentication system.
  • Only authenticated user can view and perform CRUD operations.
  • We can create a new user, update any column of a user and delete any user.

Technologies Used

  • PHP
  • MySql
  • HTML
  • JQuery