Skip to content

m-dougl/users-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Management System (UMS)

Table of Contents

Introduction

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.

UI Streamlit

Features

  • User registration
  • Updating user registration data
  • Consultation of all registered users
  • Individual user consultation
  • Removing users

Running the Application

To get started with the UMS, follow these steps:

  1. Clone the repository:

    git clone https://github.com/m-dougl/users-management.git
  2. Navigate to the project directory

    cd users-management
  3. 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
    
  4. Using Docker Compose:

    docker-compose up --build

Technologies Used

UMS Diagram

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published