Giter Site home page Giter Site logo

bankx's Introduction

Salem Bank

Salem Bank is a simple web application built using Django, designed to manage user accounts, deposits, withdrawals, and account balances.

Features

  • User Signup: Users can create an account with a username and password.
  • User Login: Registered users can log in to their accounts.
  • Account Overview: Users can view their account balance and recent transactions.
  • Deposit Money: Users can make deposits into their accounts.
  • Withdraw Money: Users can make withdrawals from their accounts.
  • Delete Account: Users can delete their accounts.

Getting Started

Follow these instructions to set up and run the project on your local machine.

Prerequisites

  • Python 3.x
  • Django (installed via pip install django)
  • Virtual Environment (optional but recommended)

Installation

  1. Clone the repository to your local machine.

    git clone https://github.com/Adjanour/BankX.git
  2. Navigate to the project directory.

    cd BankX
  3. Create a virtual environment and activate it (optional but recommended).

     python -m venv venv
     source venv/bin/activate
  4. Install the project dependencies.

    pip install -r requirements.txt
  5. Create the database.

    python manage.py migrate
  6. Create a superuser.

     python manage.py createsuperuser
  7. Run the project.

     python manage.py runserver
  8. Open the project in your browser at http://localhost:8000.

Usage

  • Visit the signup page to create a new account.
  • Log in using your credentials.
  • Explore the different features of the application.
  • Use the admin panel (http://localhost:8000/admin/) to manage user accounts (requires superuser access).

Contributing

Contributions are welcome! Please follow our contributing guidelines to get started.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Thank you to the Django community for the powerful framework.

Bernard Kirk Adjanor Katamanso

bankx's People

Contributors

adjanour avatar deepsource-autofix[bot] avatar

Watchers

 avatar

bankx's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.