Skip to content

lucky29-git/PayZap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PayZap

PayZap is a payment application that allows users to manage wallets, perform peer-to-peer (P2P) transfers, and track transactions efficiently.

Features

  • Wallet
  • Peer to peer transactions
  • Transactions details ( Processing, success and failure of transaction)
  • Balance management

Screenshots

payZap-c4-1 payZap-c4-2-new

Tech Stack

TurboRepo

User application: Nextjs (FE & BE), PostgreSQL, Prisma ORM, Recoil, TailwindCSS, Shadcn UI

Bank Webhook handler: Node, Express

Documentation

What's inside ?

This Turborepo includes the following packages/apps:

  • user-app: a Next.js app

  • merchant-app: another Next.js app

  • bank-webhook: a Express app

  • @repo/ui: a database package shared by both user-app and merchant-app applications

  • @repo/db: a stub React component library shared by both user-app and merchant-app applications

  • @repo/eslint-config: eslint configurations (includes eslint-config-next and eslint-config-prettier)

  • @repo/typescript-config: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

Build

To build all apps and packages, run the following command:

cd my-turborepo
pnpm build

Develop

To develop all apps and packages, run the following command:

cd my-turborepo
pnpm dev

Remote Caching

Turborepo can use a technique known as Remote Caching to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.

By default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can create one, then enter the following commands:

cd my-turborepo
npx turbo login

This will authenticate the Turborepo CLI with your Vercel account.

Next, you can link your Turborepo to your Remote Cache by running the following command from the root of your Turborepo:

npx turbo link

Useful Links

Learn more about the power of Turborepo:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published