{"id":20535156,"url":"https://github.com/daniel05155/Our-Bank-System","last_synced_at":"2025-05-09T12:32:02.156Z","repository":{"id":259796343,"uuid":"869043768","full_name":"daniel05155/Our-Bank-System","owner":"daniel05155","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-12T18:38:04.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-06T03:23:25.755Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daniel05155.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-07T16:12:00.000Z","updated_at":"2024-12-12T18:38:31.000Z","dependencies_parsed_at":"2024-10-31T08:45:10.939Z","dependency_job_id":null,"html_url":"https://github.com/daniel05155/Our-Bank-System","commit_stats":null,"previous_names":["daniel05155/online-bank-system-using-django","daniel05155/our-bank-system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel05155%2FOur-Bank-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel05155%2FOur-Bank-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel05155%2FOur-Bank-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel05155%2FOur-Bank-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daniel05155","download_url":"https://codeload.github.com/daniel05155/Our-Bank-System/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253251494,"owners_count":21878508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T00:29:30.761Z","updated_at":"2025-05-09T12:32:02.148Z","avatar_url":"https://github.com/daniel05155.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Our Bank System \n\nA secure and user-friendly online banking system developed with Django Framework, featuring comprehensive account management capabilities.\n\n## Features\n- User Account Management\n  - Account Registration\n  - Authentication (Login/Logout)\n  - Secure Password Storage\n  - Session Management\n  - User Profile Management\n\n## Future Enhancements\n- Implementation of transaction management\n- Addition of account statement generation\n- Integration of payment gateway\n- Enhancement of security features\n\n## Technical Architecture\n- **Backend Framework**: Django 4.2\n- **Database**: PostgreSQL\n- **Authentication**: Django Authentication System\n- **Frontend**: \n  - HTML5\n  - CSS3\n  - JavaScript\n  - Bootstrap 5\n\n## System Requirements\n- Python 3.8 or higher\n- PostgreSQL 12 or higher\n- pip (Python package manager)\n- Virtual environment (recommended)\n\n## Installation Guide\n1. Clone the repository\n```bash\ngit clone https://github.com/your-username/Online-Bank-System-Using-Django.git\ncd Online-Bank-System-Using-Django\n```\n\n2. Create and activate virtual environment\n```bash\npython -m venv venv\nsource venv/bin/activate  # For Linux/MacOS\n# or\nvenv\\Scripts\\activate  # For Windows\n```\n\n3. Install dependencies\n```bash\npip install -r requirements.txt\n```\n\n4. Configure environment variables\n```bash\ncp .env.example .env\n# Edit .env file with your configuration settings\n```\n\n5. Execute database migrations\n```bash\npython manage.py migrate\n```\n\n6. Launch development server\n```bash\npython manage.py runserver\n```\n\nThe application will be accessible at http://localhost:8000\n\n## Project Structure\n```\nOnline-Bank-System-Using-Django/\n├── manage.py\n├── banking_system/\n│   ├── __init__.py\n│   ├── settings.py\n│   ├── urls.py\n│   └── wsgi.py\n├── accounts/\n│   ├── __init__.py\n│   ├── models.py\n│   ├── views.py\n│   ├── urls.py\n│   └── templates/\n└── static/\n    ├── css/\n    └── js/\n```\n\n## Database Schema\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniel05155%2FOur-Bank-System","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaniel05155%2FOur-Bank-System","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniel05155%2FOur-Bank-System/lists"}