Skip to content

Harsh32044/wallet-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🌪️Payzard - A payments app inspired by PayTM

A basic MERN stack lightweight payments app. Uses bcrypt and JWT for authentication

To setup in local

  • Fork the repo in your Github account.
  • Open paytm/frontend directory and run npm install (Frontend part done).
  • To start the Frontend part, npm run dev.
  • Open paytm/backend direcory and run npm install.
  • Create your .env file and provide your MONGO_URL here. This is the MongoDB connection string for your cluster.
  • Run nodemon index.js to start Backend part