GithubHelp home page GithubHelp logo

paymentapp's Introduction

PaymentX

Virtual Payment App like paytm which allows a user to transfer a virtual amount to various users. This project is build with concept of transactions in databases. Built with MERN stack.

Here's a more granular breakdown of your finance application, including requests, pages, models, and other details:

1. Requests (API Endpoints):

User Management:

  1. /api/v1/user/register (POST): Creates a new user account.
  2. /api/v1/user/login (POST): Authenticates a user and returns a token for secure access.
  3. /api/v1/user/ (GET): Retrieves the currently logged-in user's profile information.
  4. /api/v1/user/ (PUT): Updates the information of the current user Logged In.
  5. /api/v1/user/bulk (GET): Retrives all the users that are currently associated with the application.

Transfer Routes:

Here the user authentication middleware is used to ensure only authenticated requests can access these routes.

  1. api/v1/transfer (POST) : Transfers money from one user to another.
  2. api/v1/balance (GET): Returns the account balance to the authenticated user.

Technologies

  1. Javascript
  2. Nodejs
  3. Reactjs
  4. MongoDB
  5. zod
  6. Transcations in Databases
  7. ExpressJS framework
  8. JWT Authentication
  9. Tailwind CSS

For Contributing

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.