This is a basic CGI project implemeted using Python 3.6 with bootstrap for UI.
- install WAMP
- Extract the folder
- Copy and paste the folder in www or WAMP and check locolhost
- create database named
bank_app
- Import the file
bank_app.sql
- install mysql.connector
pip install mysql-connector