This project is a command-line ATM management system developed in C. The system allows users to perform various banking operations such as registration, bank account creation, transactions and more.
- User registration and login
- Account creation and management
- Check account details
- Make transactions (deposit and withdraw)
- Delete accounts
- Transfer account ownership
- Compile the file using the 'Makefile' provided. Open a terminal and run:
make
- After compiling, run the binary executable generated using:
./atm