Skip to content

sruushti/Paytm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A basic version of PayTM using MERN

This is a basic version of a Payment app, where users can send credits to their friends. This project does not yet support real money transaction, but the credit transfer is implemented as a real money transfer.

Backend

Technologies include:

  • Express js
  • Mongo DB
  • mongoose js
  • Json Web Tokens(JWT) for authentication
  • Zod library for input validaton

Frontend

Technologies used:

  • React JS
  • Tailwind CSS

Start server using nodemon: nodemon index.js or just node index.js

Start the react app: npm run dev

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 70.4%
  • TypeScript 27.0%
  • CSS 1.9%
  • Other 0.7%