Github Repo Link -> bams
Bank Accounts Management System, Authors - Soumyo Deep Gupta and Sairam Santosh Pimple
Download Xampp from -> https://www.apachefriends.org/download.html
Download MySQL from -> https://dev.mysql.com/downloads/
Download Python 3.12.0 or above -> https://www.python.org/downloads/
- Git Clone from github -> GitHub-Bams .
- Install Xampp from the Link Provided for your respective OS.
- If not using macos, find out the
htdocsdirectory inside the xampp installation directory. - Open Xampp and run Apache and MySQL Servers. Check Common Errors if MySQL Server fails to start -> Common Errors
- Open PHPMYADMIN and follow the instructions -> Set Up PHPMYADMIN
- Open a terminal at the cloned folder.
- run command
chmod a+x set unset launch - run command
./setand enter thehtdocsDIRECTORY PATH or hit enter if xampp is installed using default settings. - run command
./launch
- run command
python setand enter thehtdocsDIRECTORY PATH - run command
python launch
- run command
chmod a+x set unset launch - run command
./setand enter thehtdocsDIRECTORY PATH - run command
./launch
- Go to Settings and Click on Reset
- Create a New Database named
bams_ - Then Select
bams_and go to import - Select
bams.sql
- run command
./unset
- run command
python unset
- run command
./unset
- Check the
htdocsdirectory properly. - In MacOS, Turn off the
MySQL ServerfromSystem Settingsbefore StartingMySQL ServerinXAMPP