{"id":21486316,"url":"https://github.com/anjupriya-v/basic-banking-system","last_synced_at":"2026-04-11T03:04:26.339Z","repository":{"id":58365320,"uuid":"407437983","full_name":"anjupriya-v/basic-banking-system","owner":"anjupriya-v","description":"In this project, we can process the transaction between multiple customers.","archived":false,"fork":false,"pushed_at":"2021-10-06T08:26:05.000Z","size":1514,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-23T19:38:52.495Z","etag":null,"topics":["boostrap4","css","database","express","mysql","mysqlserver","nodejs","reactjs"],"latest_commit_sha":null,"homepage":"","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/anjupriya-v.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}},"created_at":"2021-09-17T06:55:15.000Z","updated_at":"2023-05-01T02:27:05.000Z","dependencies_parsed_at":"2022-09-11T10:40:39.534Z","dependency_job_id":null,"html_url":"https://github.com/anjupriya-v/basic-banking-system","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anjupriya-v%2Fbasic-banking-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anjupriya-v%2Fbasic-banking-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anjupriya-v%2Fbasic-banking-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anjupriya-v%2Fbasic-banking-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anjupriya-v","download_url":"https://codeload.github.com/anjupriya-v/basic-banking-system/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244014179,"owners_count":20383715,"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":["boostrap4","css","database","express","mysql","mysqlserver","nodejs","reactjs"],"created_at":"2024-11-23T13:20:20.371Z","updated_at":"2025-12-30T21:04:51.857Z","avatar_url":"https://github.com/anjupriya-v.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Basic Banking System\n\n- Front-end : React.js\n\n- Back-end : Nodejs\n\n- Database : MySQL\n\n- Server : MySQL Server\n \n## Live Demo Video :\n\u003cvideo src=\"https://user-images.githubusercontent.com/84177086/136166642-1ba1b44e-f397-4293-8798-7c34d725be55.mp4\" controls\u003e\n  Your browser does not support the video tag.\n\u003c/video\u003e\n\n## :point_down:Steps to initialize the project:\n\n- Clone the repository\n```\n$ git clone https://github.com/anjupriya-v/basic-banking-system.git\n```\n- Redirect to the cloned repo directory\n\n### :point_down:Steps to start the client\n```\n$ cd client\n```\n- Install the dependencies\n```\n$ npm install\n```\n- start the client\n```\n$ npm start\n```\n### :point_down:Steps to setup the database\n\n- First, Install the mysql server\n\n$ download link - https://dev.mysql.com/downloads/mysql/\n\n- Then create the connection.\n\n- create the database called bbs_database\n```\ncreate database bbs_database;\n```\n\n- create the table called 'bbs_allcustomers;\n```\nCREATE TABLE `bbs_allcustomers` (\n  `customerID` int DEFAULT NULL,\n  `date` varchar(20) DEFAULT NULL,\n  `time` varchar(20) DEFAULT NULL,\n  `name` varchar(20) DEFAULT NULL,\n  `email` varchar(40) DEFAULT NULL,\n  `amount` int DEFAULT NULL,\n  `dateWithTime` varchar(40) DEFAULT NULL\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;\n```\n\n- Then Create Another Table;\n```\nCREATE TABLE `bbs_transaction` (\n  `id` int NOT NULL AUTO_INCREMENT,\n  `date` varchar(20) DEFAULT NULL,\n  `time` varchar(20) DEFAULT NULL,\n  `senderCustomerID` int DEFAULT NULL,\n  `senderName` varchar(20) DEFAULT NULL,\n  `senderEmail` varchar(20) DEFAULT NULL,\n  `senderAmount` int DEFAULT NULL,\n  `receiverCustomerID` int DEFAULT NULL,\n  `receiverName` varchar(20) DEFAULT NULL,\n  `receiverEmail` varchar(20) DEFAULT NULL,\n  `receiverAmount` int DEFAULT NULL,\n  `amountTransacted` int DEFAULT NULL,\n  PRIMARY KEY (`id`)\n) ENGINE=InnoDB AUTO_INCREMENT=3630 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;\n```\n\n- Then, replace with your host name,database Name,password and user name in `/sever/index.js` \n\n![CodeImage](https://user-images.githubusercontent.com/84177086/133745796-1c348607-2f86-4a71-81b8-08ce282c18ff.png)\n\n### :point_down:Steps to start the server \n```\n$ cd sever\n```\n- Install the dependencies\n```\n$ npm install\n```\n- start the server\n```\nnpm start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanjupriya-v%2Fbasic-banking-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanjupriya-v%2Fbasic-banking-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanjupriya-v%2Fbasic-banking-system/lists"}