An open API service indexing awesome lists of open source software.

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 .

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

```

## Images
img19
img5
img15
img11

# Video
[paytmSample.webm](https://github.com/sumitbhuia/basic-paytm-MERN-/assets/110191269/2041daa0-6d79-4cd6-b1fd-cdf6b732618c)