This project aims to manage the users that you can login as an Admin and create new user roles such as user creation and update as well as, If we are new users to the app then we will creating new user details with the help of SignUp. After user creation you can login in to the app with login username and password that you are provided by the time of creation and update the user details if you want.
-> Java_8V - Backend Programing Language -> IDE(IntelliJIDEA)-Backend -> Visual Studio Code and Node (Frontend) -> Mysql Databse(Workbench)-DATABSE
Links: Java_8V IntelliJIDEA VisualStudioCode MySqlWorkbench
There are three login/signup scenarios:
-
Login as Admin: -Showing the details of All Users, Admin can create, update and delete the user records. -If there is no created users, It is showing no users found.
-
Login as User: -Showing the details of logged user and can update the details.
-
Signup as User: -complete the creation of user and Login as user with user credentials username and password. -In User creation process will provide the below details -Id: (Auto-generated) -UserName:(Mandatory) -Name: (Mandatory) -password:(Mandatory) -phoneNum:(Mandatory)
UpdateUser in Admin Login: When clicks update button it will fetch the user details and dispaly in update user page:
**select the user:**
**getting user details:**
***When the delete button clicks***
***When the User delete success:***
Prashanth Billa