Coder Social home page Coder Social logo

fintransact-app's Introduction

Project Name: Fin Transact

Overview: Fin Transact is an innovative online payment application designed to simplify financial transactions and empower users with secure, convenient, and efficient money management capabilities. With a user-centric approach and cutting-edge technology stack, Fin Transact offers a comprehensive suite of features to meet the diverse needs of modern consumers and businesses alike.

Key Features: Seamless User Experience Secure Authentication Comprehensive Account Management Fast and Reliable Transactions Budgeting and Planning Tools Real-time Notifications Multi-platform Accessibility

Technologies Used: Spring Boot Spring Security JSON Web Tokens (JWT) RESTful APIs Database Integration

Project Description

AmountController

  • Handles account balance operations like adding money, subtracting money, and checking balance.
  • Manages transactions, including transferring money and retrieving transaction history.

AuthenticationController

  • Responsible for user authentication.
  • Generates JWT tokens upon successful login.

InformationController

  • Manages user information.
  • Handles registration, updating user details, and deactivating accounts.

Technologies Used

  • Spring Boot
  • JWT (JSON Web Tokens)
  • Spring Security

How to Run

  • Clone the repository.
  • Configure database properties in application.properties.
  • Build and run the application using Maven or your preferred IDE.

Endpoints

  • AmountController

    • PUT /account/{accountNumber}/creditMoney
    • PUT /account/{accountNumber}/debitMoney
    • GET /account/{accountNumber}/checkBalance
    • POST /account/{accountNumber}/transferMoney
    • GET /account/transactionHistory/{accountNumber}
    • GET /account/recentTransactionHistory/{accountNumber}
    • GET /account/dateWiseTransaction/{accountNumber}
  • AuthenticationController

    • POST /auth/login
    • POST /auth/createUser
  • InformationController

    • POST /userDetail/registerUser
    • GET /userDetail/userInformation/{accountNumber}
    • PUT /userDetail/updateUserInformation/{accountNumber}
    • PUT /userDetail/deactivateAccount/{accountNumber}
    • DELETE /userDetail/deleteAccount/{accountNumber}

fintransact-app's People

Contributors

ritiz12 avatar

Stargazers

 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.