Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 685 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 685 Bytes

Account Management System

Visual

How to Run

  • clone repo in bash
  • navigate to Account Management System directory
  • enter the following commands:
make
./ams

About

  • Accounts
    • Each account has a header hash file and a last name blob hash file that contains all of the people with that last name.
    • Customer header files contain the struct's version, and more notably the seek point for where to look up the customer's account in the blob hash file.
    • Accounts aren't deleted, only inactivated. They can be inactivated by hand, or will be automatically inactivated if the last name is changed.
  • Created on WSL Ubuntu 20.04 LTS