Skip to content

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.

License

Notifications You must be signed in to change notification settings

Rajarshi12321/BankSQL

Repository files navigation

BankSQL

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

Table of Contents

Installation and Dependencies

These are some required packages for our program which are mentioned in the Requirements.txt file

  • django

Working with the code

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:-

  1. Clone the repository:

    git clone https://github.com/Rajarshi12321/BankSQL.git
  2. Activating the env

    conda activate <your-env-name> 
  3. 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.

  1. Run the server: Execute the following code in your terminal.
    python manage.py runserver 

Image

Creating Account Page: image

Creating Account Redirect Page: image

Depositing money Page: image

Depositing Redirect Page: image

Withdrawing money Page: image

Withdrawing Redirect Page: image

Transferring money Page: image

Transferring money Redirect Page: image

Account Statement Page: image

Account Statement Redirect Page: image

Transaction history Page: image

Transaction history Redirect Page: image

Contributing

I welcome contributions to improve the functionality and performance of the app. If you'd like to contribute, please follow these guidelines:

  1. Fork the repository and create a new branch for your feature or bug fix.

  2. Make your changes and ensure that the code is well-documented.

  3. Test your changes thoroughly to maintain app reliability.

  4. Create a pull request, detailing the purpose and changes made in your contribution.

License

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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published