Welcome to the BankSQL repository, This is a banking project where you can create your accout, deposit, withdraw and transfer money and also able to see the history of your transactions through HTML CSS website interface.
This project is made to show case my proficiency in Python and Django framework
These are some required packages for our program which are mentioned in the Requirements.txt file
- django
I have commented most of the neccesary information in the respective files.
Make sure to migrate the tables
To run this project locally, please follow these steps:-
-
Clone the repository:
git clone https://github.com/Rajarshi12321/BankSQL.git
-
Activating the env
conda activate <your-env-name>
-
Install the required dependencies by running:
pip install -r requirements.txt
Ensure you have Python installed on your system (Python 3.9 or higher is recommended).
Once the dependencies are installed, you're ready to use the project.
- Run the server: Execute the following code in your terminal.
python manage.py runserver
Creating Account Redirect Page:
Transferring money Redirect Page:
Account Statement Redirect Page:
Transaction history Redirect Page:
I welcome contributions to improve the functionality and performance of the app. If you'd like to contribute, please follow these guidelines:
-
Fork the repository and create a new branch for your feature or bug fix.
-
Make your changes and ensure that the code is well-documented.
-
Test your changes thoroughly to maintain app reliability.
-
Create a pull request, detailing the purpose and changes made in your contribution.
This project is licensed under the MIT License. Feel free to modify and distribute it as per the terms of the license.
I hope this README provides you with the necessary information to get started with the BankSQL_server project.