Skip to content

Unknownmaster0/paytm-like

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Payment App

Description

Payment App is a simple financial application where users can sign up and receive a random balance under 10,000. With this balance, users can send money to any other registered user, who will be displayed on the dashboard.

Features

  • User Sign-Up: When a user signs up, they receive a random balance under 10,000.
  • Money Transfer: Users can transfer money to any other user displayed on the dashboard.
  • Secure Transactions: The app ensures secure money transfers using encrypted authentication mechanisms.
  • Transaction History: The user can see past transactions with date-time, user information, and amount.
  • UPI pin: Requirement of upi pin to transfer the money, that user can create at time of sign-up or can update their pin anytime while going to dashboard.
  • Logout: User can also log-out

How to Run

To run the app, follow these steps for both the frontend and backend:

  1. Clone the repository.
  2. Install dependencies using the command:
    npm i
  3. Run development server locally
     npm run dev

Tech Stack

Fronted

  • React
  • React-router-dom
  • Axios
  • Tailwind

Backend

  • Express
  • Mongodb
  • Zod
  • JWT
  • Bcrypt
  • Mongoose
  • CORS
  • DotEnv

Author

Sagar Singh

About

Simple fronted and backend of Paytm like website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.0%
  • Other 1.0%