This tutorial will guide you through the features of the User List web application, including the homepage, user list with CRUD operations, and user authentication.
The homepage welcomes users and provides a starting point for using the application. It also includes an example account for testing.
- Example account:
[email protected]
, password:example123
.
This section shows the list of users and the CRUD (Create, Read, Update, Delete) operations available.
- Show List: View the list of users.
- Create: Add new user information.
- Update: Edit existing user details.
- Delete: Remove users from the list.
Users can log in to access the application's features.
- Email: Enter your email address.
- Password: Enter your password.
Users can sign up to create a new account.
- Email: Enter an email address.
- Password: Create a password (minimum 8 characters).
- Confirm Password: Confirm the password.
After signing in successfully, users are redirected to the homepage with a notification.
- Notification: "You have successfully signed in."
Users can add new information such as name, description, last name, first name, email, and phone number.
- First Name: Enter the user's first name.
- Last Name: Enter the user's last name.
- Email: Provide the user's email address.
- Phone Number: Enter the user's phone number.
- Description: Provide a description.
Users can view detailed information about a user by clicking the "Show" button.
- Details include User ID, First Name, Last Name, Phone Number, Email, and Description.
When a user tries to edit information that they are not authorized to edit, an error message is displayed.
- Error: "Not authorized to edit this information."
To get started with the User List application:
- Clone the repository to your local machine.
- Install the necessary dependencies.
- Run the application on your local server.