Skip to content

ATM simulator prjoect added #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions Bank-and-Atm-Simulation/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
### IntelliJ IDEA ###
out/
!**/src/main/**/out/
!**/src/test/**/out/

### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/

### VS Code ###
.vscode/

### Mac OS ###
.DS_Store
3 changes: 3 additions & 0 deletions Bank-and-Atm-Simulation/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions Bank-and-Atm-Simulation/.idea/libraries/Java.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Bank-and-Atm-Simulation/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Bank-and-Atm-Simulation/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions Bank-and-Atm-Simulation/.idea/sonarlint/issuestore/index.pb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Bank-and-Atm-Simulation/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions Bank-and-Atm-Simulation/Bank and Atm Simulation.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="jcalendar-tz-1.3.3-4" level="project" />
<orderEntry type="library" name="Java" level="project" />
<orderEntry type="library" name="mysql-connector-java-8.0.28" level="project" />
</component>
<component name="SonarLintModuleSettings">
<option name="uniqueId" value="0321b3d2-7c0f-4849-ab6b-e60fbb68d9aa" />
</component>
</module>
21 changes: 21 additions & 0 deletions Bank-and-Atm-Simulation/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 HarshitKushwah03

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
56 changes: 56 additions & 0 deletions Bank-and-Atm-Simulation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<h1>ATM Simulation System</h1>

<p>ATM Simulation System is a Java project designed for beginners to understand the basics of personal banking systems. This system allows users to perform various transactions such as withdrawals, deposits, and checking the balance of their accounts with just a few clicks. It features a Graphical User Interface (GUI) for user-friendly interaction.</p>

<h2>Abstract</h2>

<p>This application offers two modes: admin mode and user mode. In admin mode, administrators have control over the entire system, including adding and deleting accounts, as well as updating user records. The user mode allows users to perform transactions like depositing money, withdrawing money, and checking their account balance. The system automates the entire process, from Personal Identification Number (PIN) validation to the transaction itself. Card details are securely stored in the database and can only be accessed by authorized users. The user interface of the application includes a user profile, a list of associated accounts, and options for withdrawal, deposit, and account details update.</p>

<h2>Technologies Required</h2>

<ul>
<li>Java</li>
<li>J2EE</li>
<li>Apache Tomcat Web Server</li>
<li>Oracle</li>
</ul>

<h2>Installation and Usage</h2>

<ol>
<li>Clone the repository to your local machine.</li>
<li>Install Apache Tomcat and Oracle if not already installed.</li>
<li>Compile and run the Java files.</li>
<li>Access the application through a web browser.</li>
</ol>

<h2>Features</h2>

<ul>
<li>User-friendly GUI for easy navigation.</li>
<li>Admin mode for system control and management.</li>
<li>Secure encryption of card details in the database.</li>
<li>Automated transaction process from PIN validation to completion.</li>
<li>Ability to perform various banking transactions like deposits, withdrawals, and balance inquiries.</li>
</ul>

<h2>Contribution</h2>

<p>Contributions are welcome! If you'd like to contribute to this project, please follow these steps:</p>

<ol>
<li>Fork the repository.</li>
<li>Create your feature branch (<code>git checkout -b feature/YourFeatureName</code>).</li>
<li>Commit your changes (<code>git commit -am 'Add some feature'</code>).</li>
<li>Push to the branch (<code>git push origin feature/YourFeatureName</code>).</li>
<li>Create a new Pull Request.</li>
</ol>

<h2>License</h2>

<p>This project is licensed under the <a href="LICENSE">MIT License</a>. Feel free to use and modify the code as needed.</p>

<hr>

<p>Feel free to customize this README file according to your project's specific details and requirements.</p>

Loading