https://github.com/sumitbhuia/basic-paytm-mern
This is basic version of paytm-like wallet app. The major feature implemented is it incorporates transaction , authentication . Apart from that it has a beautiful theme .
https://github.com/sumitbhuia/basic-paytm-mern
express jwt-authentication mongoose monogodb nodejs react transactions zod-validation
Last synced: 3 months ago
JSON representation
This is basic version of paytm-like wallet app. The major feature implemented is it incorporates transaction , authentication . Apart from that it has a beautiful theme .
- Host: GitHub
- URL: https://github.com/sumitbhuia/basic-paytm-mern
- Owner: sumitbhuia
- Created: 2024-07-09T22:05:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-09T22:26:15.000Z (over 1 year ago)
- Last Synced: 2025-02-15T10:45:07.179Z (11 months ago)
- Topics: express, jwt-authentication, mongoose, monogodb, nodejs, react, transactions, zod-validation
- Language: JavaScript
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic Paytm MERN
This is a very barebone implementation of a popular online payment and transaction app PAYTM . Here . I have used MERN , to handle frontend and backend . The major implmented feature is that it incoprates transaction and authentication .
## Flow chart
```mermaid
graph LR
A[User]-- localhost/3000 --> B((/api/v1))
B --> C(Auth)
C --> D(/signin)
C --> E(/signup)
D --> F{/dashboard}
E --> F
F --> /sendMoney
```
# Video
[paytmSample.webm](https://github.com/sumitbhuia/basic-paytm-MERN-/assets/110191269/2041daa0-6d79-4cd6-b1fd-cdf6b732618c)



