{"id":48704236,"url":"https://github.com/azizerorahman/digimoney-bank","last_synced_at":"2026-04-11T10:40:28.519Z","repository":{"id":300193813,"uuid":"992179153","full_name":"azizerorahman/digimoney-bank","owner":"azizerorahman","description":"A demo online banking system with account creation, secure transactions, and dashboard for data visualization","archived":false,"fork":false,"pushed_at":"2025-09-10T07:10:16.000Z","size":8169,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-10T10:57:04.809Z","etag":null,"topics":["banking-system","database-management","express","firebase","fullstack","jtw","mern","mongodb","nodejs","react","secure-transactions"],"latest_commit_sha":null,"homepage":"https://digimoney-bank.netlify.app/","language":"JavaScript","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/azizerorahman.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-28T18:36:44.000Z","updated_at":"2025-09-10T07:10:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"c1f9f0b8-cdf3-41f0-a699-d34a4eed8f92","html_url":"https://github.com/azizerorahman/digimoney-bank","commit_stats":null,"previous_names":["azizerorahman/digimoney-bank"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/azizerorahman/digimoney-bank","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azizerorahman%2Fdigimoney-bank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azizerorahman%2Fdigimoney-bank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azizerorahman%2Fdigimoney-bank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azizerorahman%2Fdigimoney-bank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azizerorahman","download_url":"https://codeload.github.com/azizerorahman/digimoney-bank/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azizerorahman%2Fdigimoney-bank/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31677819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["banking-system","database-management","express","firebase","fullstack","jtw","mern","mongodb","nodejs","react","secure-transactions"],"created_at":"2026-04-11T10:40:24.846Z","updated_at":"2026-04-11T10:40:28.503Z","avatar_url":"https://github.com/azizerorahman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DigiMoney Bank\n\n![React](https://img.shields.io/badge/React-18.0+-blue)\n![Node.js](https://img.shields.io/badge/Node.js-16+-brightgreen)\n![MongoDB](https://img.shields.io/badge/MongoDB-4.4+-green)\n![Express](https://img.shields.io/badge/Express-4.18+-orange)\n\nA comprehensive digital banking platform built with React and Node.js. This full-stack application provides secure banking operations, multi-role dashboards, real-time transactions, and advanced financial analytics.\n\n## Important Links\n\n[![Live Demo](https://img.shields.io/badge/Live_Demo-Visit_Site-2ea44f?style=for-the-badge\u0026logo=vercel)](https://digimoney-bank.netlify.app/)\n[![Client Repository](https://img.shields.io/badge/Client_Code-GitHub-blue?style=for-the-badge\u0026logo=github)](https://github.com/azizerorahman/digimoney-bank/tree/main/client-side)\n[![Server Repository](https://img.shields.io/badge/Server_Code-GitHub-blue?style=for-the-badge\u0026logo=github)](https://github.com/azizerorahman/digimoney-bank/tree/main/server-side)\n\n## Quick Start\n\n### Prerequisites\n\n- Node.js (v16 or higher)\n- MongoDB Atlas account\n- Firebase account and project setup\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/azizerorahman/digimoney-bank.git\n   cd digimoney-bank\n   ```\n\n2. Setup Server:\n\n   ```bash\n   cd server-side\n   npm install\n   # Create .env file with your credentials\n   npm start\n   ```\n\n3. Setup Client:\n\n   ```bash\n   cd ../client-side\n   npm install\n   # Create .env file with your credentials\n   npm start\n   ```\n\n4. Open `http://localhost:3000` to view the application\n\n## Features\n\n- **Multi-Role Authentication**: Secure role-based access for different user types\n- **Real-time Banking**: Live account balances, instant transfers, transaction history\n- **Budget Management**: Personal finance tracking with spending analytics\n- **Investment Portfolio**: Investment tracking and performance analytics\n- **Financial Analytics**: Comprehensive spending breakdowns and insights\n- **Responsive Design**: Works seamlessly across all devices\n\n## Project Structure\n\n```plaintext\ndigimoney-bank/\n├── client-side/\n│   ├── public/\n│   ├── src/\n│   ├── .env\n|   ├── package.json\n│   └── ...\n└── server-side/\n    ├── index.js\n    ├── .env\n    ├── package.json\n    └── ...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazizerorahman%2Fdigimoney-bank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazizerorahman%2Fdigimoney-bank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazizerorahman%2Fdigimoney-bank/lists"}