Skip to content

A feature-rich payment wallet application inspired by PayTM, enabling seamless money transfers and wallet management. The app allows users to debit money from their bank accounts and send it either to another user's wallet or directly to a customer.

Notifications You must be signed in to change notification settings

PiyushSinghjnp/WalletMate

Repository files navigation

  • Clone the repo
git clone https://github.com/PiyushSinghjnp/WalletMate.git
  • npm install
  • Run postgres either locally or on the cloud (neon.tech)
docker run  -e POSTGRES_PASSWORD=mysecretpassword -d -p 5432:5432 postgres
  • Copy over all .env.example files to .env
  • Update .env files everywhere with the right db url
  • Go to packages/db
    • npx prisma migrate dev
    • npx prisma db seed
  • Go to apps/user-app , run npm run dev
  • Try logging in using phone - 1111111111 , password - alice (See seed.ts)

About

A feature-rich payment wallet application inspired by PayTM, enabling seamless money transfers and wallet management. The app allows users to debit money from their bank accounts and send it either to another user's wallet or directly to a customer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published