Programowanie funkcyjne 2024/SL
Go to file
Mirrowel 3f342053f5 123 2024-06-03 17:57:11 +02:00
app First commit 2024-05-25 20:14:01 +02:00
src First commit 2024-05-25 20:14:01 +02:00
test 123 2024-06-03 17:57:11 +02:00
.gitignore First commit 2024-05-25 20:14:01 +02:00
CHANGELOG.md First commit 2024-05-25 20:14:01 +02:00
LICENSE.md .md edit 2024-05-25 21:55:03 +02:00
README.md Test Readme 2024-05-25 22:06:49 +02:00
Setup.hs First commit 2024-05-25 20:14:01 +02:00
package.yaml Forgor to upload :skull emoji: 2024-06-03 17:48:31 +02:00
stack.yaml First commit 2024-05-25 20:14:01 +02:00
stack.yaml.lock First commit 2024-05-25 20:14:01 +02:00
user-management.cabal Forgor to upload :skull emoji: 2024-06-03 17:48:31 +02:00

README.md

User Management System License

This project provides a system for managing users, including adding, listing, finding, and deleting users.

Prerequisites

Before running the project, make sure you have the following installed:

Getting Started

  1. Clone the repository: git clone https://git.wmi.amu.edu.pl/s475286/user-management.git

  2. Navigate to the project directory: cd user-management

  3. Build the project: stack build

  4. Run the application: stack exec user-management-exe

Usage

The application provides the following commands:

  • add-user <name> <email> <password>: adds a new user to the database
  • list-users: lists all users in the database
  • find-user <name or email>: finds users with a matching name or email
  • delete-user <name>: deletes a user from the database

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the CC BY-NC-SA 4.0.