Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ashraf-khabar/mini-storing-system

This is project in C language (hard coding) to build a storing system with secure aspects, we can call it a mini store engine .
https://github.com/ashraf-khabar/mini-storing-system

Last synced: about 1 month ago
JSON representation

This is project in C language (hard coding) to build a storing system with secure aspects, we can call it a mini store engine .

Awesome Lists containing this project

README

        

# Account Management System (storing engine)

This is a simple account management system implemented in C. It allows users to create accounts with unique usernames and passwords, connect to existing accounts, reload account information, and quit the application.

## Features

- Create Account: Users can create new accounts with unique usernames and passwords.
- Connect: Users can connect to existing accounts (Feature not yet implemented).
- Reload: Users can reload account information (Feature not yet implemented).
- Quit: Users can quit the application, with a confirmation prompt.

## Getting Started

1. Clone the repository to your local machine.
2. Compile the code using a C compiler (e.g., gcc).
3. Run the compiled executable.

```sh
gcc -Wall -Wextra -g3 main.c StoringFunction.c -o main.exe
./run
```
Usage
-----

1. Upon running the program, a menu will be displayed with available options.
2. Choose an option by entering the corresponding number and pressing Enter.
3. Follow the prompts to create an account, connect to an account, reload account information, or quit the application.

Dependencies
------------

- C Standard Library

Contributing
------------

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

License
-------

This project is licensed under the MIT License. See the [LICENSE]() file for details.