https://github.com/zhayt/atm-management-system
https://github.com/zhayt/atm-management-system
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhayt/atm-management-system
- Owner: zhayt
- Created: 2023-12-10T09:56:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-10T15:15:51.000Z (over 1 year ago)
- Last Synced: 2025-01-10T09:11:58.500Z (4 months ago)
- Language: C
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ATM-Management-System
ATM management system where users can do the following actions:- Login/Register
- Create a new account
- Check the details of existing accounts
- Update information of existing accounts
- Remove existing accounts
- Check list of owned accounts
- Make transactions
# How to run
```shell
make
```
```shell
./atm
```