Skip to content

jpmedinagl/bank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Bank

Online Banking simulator. Created in January 2023.

Uses databases (sqlite3) to deal with the information. One database, 'users.db' contains the information of each user like the username and password which is used to log in into the online bank. It also contains the id which is the primary key of identifying a user across all databases. The second database contain information about each user's account. Things like 'checking', 'savings', and 'investments' are all stored within the 'data.db' file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages