Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 .
- Host: GitHub
- URL: https://github.com/ashraf-khabar/mini-storing-system
- Owner: Ashraf-Khabar
- Created: 2023-08-09T02:55:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-09T04:12:33.000Z (over 1 year ago)
- Last Synced: 2023-08-09T05:01:00.589Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.