Coder Social home page Coder Social logo

online_banking's Introduction

*****About the Project

The project aims to develop a Online banking system that is user-friendly and multifunctional.

  1. I have used two separate database files(.dat files) for storing the normal user's and joint account user's data. Two more database files also have been used for deleting the particular account.

2.Three types of login created: Individual user, joint account user,Admin.

3.Individual and joint Account holders have to pass through a login system to enter their accounts. and they can also sign up.

4.The application possess password-protected administrative access,thus preventing the whole management system from unauthorized access.

  1. Once you login as Admin, you can be able to add, delete, modify, search for a specific account details.6.Once the customer connect to the server, you get the login and password prompt. After successful login, you get the menu for example:

-Deposit -Withdraw -Balance Enquiry -Password Change -View details -Exit

6.once you login as a joint account holder, proper file locking is implemented. If you want to view the account details then read lock is set else if you want to withdraw or deposit then write lock is used to protect the critical data section.

7.Used socket programming โ€“ Server maintains the data base and service multiple clients concurrently. Client program can connect to the server and access their specific account details.

*How to Run Project

  1. Compile the server.c file using gcc server.c -o server

  2. Compile the client.c file using gcc client.c -o client

  3. Run the server file ./server

  4. Run the client file ./client

  5. For admin login Purpose :- Username :nobody Password : password

online_banking's People

Contributors

pushpendra135 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.