Skip to content

MySQL Based Bank Management System for school project.

Notifications You must be signed in to change notification settings

eitozx/Bank-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank Management System

MySQL Based Bank Management System
For school project

Key Features

  • It uses its Own Library (BankSystem).
  • Creates its OWN Database & Table (if doesn't exist).
  • It has basic CRUD (Create, Read, Update, Delete) operations.

External Libraries

How to use

Following are the steps if you want to run this banksystem on your pc.

Clone repository

Clone this repository by following command

git clone https://github.com/EitoZX/Bank-Management-System.git

OR CLICK HERE to Download this repository

Fill .env file with correct credentials

For reference, you can check .env.example file.
Then create a file named .env & fill it with correct credentials.

Install required libraries

To install required libraries, follow the command:

pip install -r requirements.txt

in working directory.
OR install libraries mentioned in requirements.txt manually by following command:

pip install <library/package_name>

Run!

Just run main.py to use "Bank Management System".

Bibliography

MySQL Docs & Examples