A simple client-server banking application. Details can be found in the submitted report.
The client GUI runs on top of curses. You will need a terminal capable of supporting curses for this to work, i.e. any UNIX-like terminal, or Cygwin in Windows.
If curses is not already installed on your system, install it with the following instructions:
pacman -S ncurses
apt install ncurses-bin ncurses-base
yum install ncurses-devel
- First install Homebrew via their instructions
brew install ncurses
- First, install Cygwin via their instructions
- When going through the package install,
libncurses-develandncurses