The User Management System (UMS) is a web application designed to manage users in a simple and user-friendly way. The application provides all the main functions: registering, updating, and consulting users.
- User registration
- Updating user registration data
- Consultation of all registered users
- Individual user consultation
- Removing users
To get started with the UMS, follow these steps:
-
Clone the repository:
git clone https://github.com/m-dougl/users-management.git
-
Navigate to the project directory
cd users-management
-
Set up the environment variables: Create a .env file in the root directory and add the following variables:
DB_HOSTNAME=your_db_hostname DB_USER=your_db_user DB_PASSWORD=your_db_password DB_DATABASE=your_db_name
-
Using Docker Compose:
docker-compose up --build
This project is licensed under the MIT License. See the LICENSE file for more details.