The User Management System is a Recat-based platform designed to provide system administrators with diverse options for managing users and viewing their details. This README file provides detailed instructions on how to download, build, run, and view the application.
- User Management: Create, update, delete, and manage user accounts.
- User Details: View detailed information about users.
- Admin Options: A wide range of administrative options for user management.
- Clone the repository:
git clone https://github.com/Dvora-K/Users-Management-System.git- Navigate into the project directory:
cd Users-Management-System
- Build the Docker image that package the project. Replace [IMAGE_NAME] with the desired name for your Docker image.
docker build -t [IMAGE_NAME] .- Run the application Replace [IMAGE_NAME] with the name of your Docker image.
docker run -p 3000:3000 [IMAGE_NAME]- View the application, open your web browser and navigate to:
http://localhost:3000/
Once the application is running, you can perform various user management tasks:
- Create User: Add new users to the system.
- Update User: Modify existing user details.
- Delete User: Remove users from the system.
- View User: Access detailed information about users.
- React
- React Router
- Axios
- Bootstrap
- Formik
- Yup