{"id":23555355,"url":"https://github.com/lakshay1341/banking-web-app","last_synced_at":"2026-04-13T20:31:39.063Z","repository":{"id":269034666,"uuid":"906220299","full_name":"lakshay1341/Banking-Web-App","owner":"lakshay1341","description":"This is a dynamic banking web application built using Java technologies. It provides features for both normal bank users and an admin to manage accounts, handle transactions, and resolve complaints.","archived":false,"fork":false,"pushed_at":"2025-02-13T16:40:35.000Z","size":3962,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-15T21:10:04.441Z","etag":null,"topics":["apache-tomcat","eclipse","git","java","jdbc","jsp-servlet","mvc-architecture","mysql"],"latest_commit_sha":null,"homepage":"","language":"Java","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/lakshay1341.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}},"created_at":"2024-12-20T12:16:10.000Z","updated_at":"2025-02-13T16:40:38.000Z","dependencies_parsed_at":"2025-05-15T21:10:08.767Z","dependency_job_id":"cffcbd02-d6a4-4728-9f47-077c991e4f86","html_url":"https://github.com/lakshay1341/Banking-Web-App","commit_stats":null,"previous_names":["lakshay1341/banking-web-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lakshay1341/Banking-Web-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lakshay1341%2FBanking-Web-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lakshay1341%2FBanking-Web-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lakshay1341%2FBanking-Web-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lakshay1341%2FBanking-Web-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lakshay1341","download_url":"https://codeload.github.com/lakshay1341/Banking-Web-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lakshay1341%2FBanking-Web-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31770718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"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":["apache-tomcat","eclipse","git","java","jdbc","jsp-servlet","mvc-architecture","mysql"],"created_at":"2024-12-26T13:14:44.300Z","updated_at":"2026-04-13T20:31:39.014Z","avatar_url":"https://github.com/lakshay1341.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Banking Web App\n\nThis is a **dynamic banking web application** built using Java technologies. It provides features for both normal bank users and an admin to manage accounts, handle transactions, and resolve complaints.\n\n---\n\n## Features\n\n### User Features\n- **Account Management**: View account details, balance, and personal information.\n- **Transaction Management**: Perform deposits, withdrawals, and view transaction history.\n- **Complaint System**: Raise complaints and track their resolution status.\n\n### Admin Features\n- **Complaint Resolution**: Access and resolve user complaints.\n- **Account Management**: View, update, or delete customer accounts.\n\n---\n\n## Technologies Used\n\n### Languages\n- Java\n- HTML, CSS\n\n### Frameworks and Libraries\n- JSP, Servlets\n- JDBC\n- MySQL\n\n### Tools\n- Eclipse\n- Apache Tomcat\n- Git\n\n---\n\n## Architecture\n\nThe application follows the **MVC (Model-View-Controller)** architecture:\n- **Model**: Handles data and business logic (Java DTOs and DAOs).\n- **View**: JSP pages for user interaction.\n- **Controller**: Servlets to process user requests and responses.\n\n---\n\n## Setup and Installation\n\n### Prerequisites\n- Java Development Kit (JDK) 8 or higher.\n- Apache Tomcat server.\n- MySQL Server.\n- Git for version control.\n\n### Steps\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/lakshay1341/Banking-Web-App.git\n   ```\n2. Import the project into Eclipse:\n   - File \u003e Import \u003e Existing Projects into Workspace.\n3. Configure the database:\n   - Create a MySQL database as per the schema in `src/main/resources/schema.sql`.\n   - Update database credentials in the configuration file or JDBC code.\n4. Deploy the project on Tomcat:\n   - Add the project to the Tomcat server in Eclipse.\n   - Start the server and navigate to `http://localhost:8080/BankWebApp`.\n5. Test the application using the provided sample data.\n\n---\n\n## Folder Structure\n\n```plaintext\nsrc/main/\n├── com.bank.controller   # Servlets (Controller)\n├── com.bank.dao          # Data Access Objects (Model)\n├── com.bank.dto          # Data Transfer Objects (Model)\n├── webapp/\n│   ├── views/            # JSP files (View)\n│   └── images/           # Static assets\n└── resources/\n    ├── schema.sql        # Database schema\n    └── application.properties # Configuration\n```\n\n---\n\n## Contributing\n\nContributions are welcome! Follow these steps:\n\n1. Fork the repository.\n2. Create a feature branch (`git checkout -b feature-name`).\n3. Commit your changes (`git commit -m \"Add feature\"`).\n4. Push to the branch (`git push origin feature-name`).\n5. Open a pull request.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flakshay1341%2Fbanking-web-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flakshay1341%2Fbanking-web-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flakshay1341%2Fbanking-web-app/lists"}