The application manages users in a system, using the four database operations. A list of registered users is shown, and through it we can add new users, edit or delete existing ones. It is necessary to know the username, e-mail and password (which will be stored using some hash algorithm: MD5, SHA1, etc.) Programming language used: PHP Database used: MySQL / MariaDB