Installation
- Clone the Repository:
git clone https://github.com/ViratiAkiraNandhanReddy/Bank-With-High-Functionalities.git
- Install Dependencies:
pip install -r requirements.txt
- Run the Application:
python app.py
Troubleshooting
- Dependency Issues: Ensure all dependencies are installed using
pip install -r requirements.txt
.
- Server Not Starting: Check if the required ports are open and not in use by other applications.
- Database Errors: Verify the database connection string in the configuration file.