Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JehanPatel authored Feb 14, 2023
1 parent 636d166 commit 9eaa172
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@ Note: UserName is the Primary Key in bank Table and UserName1 is the Foreign key
## transaction table

![image](https://user-images.githubusercontent.com/90050088/218821772-fd81acde-3449-4a23-aea0-a2adbae49526.png)

## How to run

1. Download the folder.
2. Open cmd and run all installation's using `pip` command.
3. Update username and password to your MYSQL server in bank.py
4. Open cmd from the bank.py file location.
5. Type `python bank.py` to run the file

0 comments on commit 9eaa172

Please sign in to comment.