Deployment - https://project-paynow.onrender.com/ (May take loading time upto 30s)
More images - Click Here
Warning
Don't enter any personal information.
mongodb |
express |
react |
nodejs |
tailwindcss |
vite |
typescript |
javascript |
Docker |
JWT |
ZOD |
---|
-
Run the following command
docker run -e secret="<yoursecret>" -e databaseurl="<your_mongodb_url>" shubhamdockr/paynow:v2_latest
-
In Frontend folder, run
git clone https://github.com/ShubSi26/Pay-Now.git
In backend folder, runnpm run dev
node server.js
- The user can create an account and perform operations such as logging in and signing up. Upon logging in or signing up, the user will be given a JWT key for authentication purposes.
Note
E-mail and number need to be unique. Password and pin must be atleast 6 characters long.
- The user can send money to another person by knowing their UID, email, or phone number. In the transfer section, the user will select UID, email, or phone number, enter the details and the amount, and then be redirected to the payment page where the receiver's name and the transfer amount will appear. After entering the correct PIN, the payment will be completed.
- The user can add money to their wallet balance in the wallet section. The user needs to enter their card details and the amount, then click "Pay" to add the amount to the wallet balance.
Tip
Currently, you can enter any data in the card details and any amount, and it will be added to the balance directly.
- The user can request money from other people. To do this, in the transfer section, the user needs to select "Send Request," choose UID, email, or phone number, enter the details and the amount, then click "Send Request." On the receiver's side, the request will appear in the "Pending Requests" section on the homepage.
-
The user can view two types of transactions:
- Transaction History in Wallet Section: Here, the user can see the amount added to their wallet balance.
- Transaction Section: In this section, the user can see all the money sent and received from other people, along with details such as transaction ID (txid), sender and receiver, amount, date, and time.
- The user can search for other people using their name or phone number. In the search section, the user needs to select either "name" or "number" and enter the corresponding details. The search results will then appear. The user also has the option to send money to the searched individuals directly from the search page.