Skip to content

mathe-matician/Account-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 

Repository files navigation

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

About

On-disk file-based database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published