https://github.com/daniel05155/customed-online-banking-system
A customed online banking system includes necessary features and financial tracking bulit with Django.
https://github.com/daniel05155/customed-online-banking-system
banking-system django git html-css-javascript python
Last synced: 20 days ago
JSON representation
A customed online banking system includes necessary features and financial tracking bulit with Django.
- Host: GitHub
- URL: https://github.com/daniel05155/customed-online-banking-system
- Owner: daniel05155
- Created: 2024-12-12T18:39:09.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-02-17T03:42:42.000Z (4 months ago)
- Last Synced: 2025-02-17T04:15:03.550Z (4 months ago)
- Topics: banking-system, django, git, html-css-javascript, python
- Language: Python
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Customed Online Banking System
## OverviewThis project is a customized online banking system built with Django.
It includes essential banking features such as account management, deposit, withdrawal, balance inquiry, and fund transfer. The system is designed to ensure secure, efficient, and user-friendly banking operations.Currently, this is an ongoing project. Future enhancements will include integration with web scraping tools to retrieve customized stock prices, economics indicator, expanding the system into investment and financial analytics.
## Technologies Used
* Python 3.10.14
* Web Framework: Django==5.1
* Data Storage: db.sqlite3
* Front End: HTML, CSS, JavaScript## Current Features
* User Authentication
* Deposit, withdraw, and transfer funds
* Check the account balance in real-time.
* Investment tracking (Not Yet)## Setup and Installation
1. Clone this repository:
```
git clone [repository URL]
```
2. Navigate to the project directory:
```
cd Customed-Online-Banking-System
```
3. Install required dependencies:
```
pip install -r requirements.txt
```
## Usage
1. Create migrations:
```
python manage.py makemigrations
```
2. Migrate them:
```
python manage.py migrate
```
3. Start the application:
```
python manage.py runserver
```