Skip to content

johneliud/atm-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ATM Management System

Prerequisites

  • C compiler (gcc)
  • Make
  • Git

Getting Started

Clone the repository:

git clone https://github.com/johneliud/atm-management-system.git
cd atm-management-system

Running the Program

Build and run:

make
./atm

Additional commands:

make install    # Setup data directories
make run        # Build and run
make clean      # Clean build files
make help       # Show all commands

About

This project is an ATM management system where users can 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, and make transactions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors