https://github.com/ankush-web-eng/wallet
Paytm Wallet which shows my grip over advanced backend communication. Uses bank server to to actual transfers.
https://github.com/ankush-web-eng/wallet
ci-cd docker express nextjs14 postgresql prisma-orm turborepo typescript webhook-server
Last synced: 4 months ago
JSON representation
Paytm Wallet which shows my grip over advanced backend communication. Uses bank server to to actual transfers.
- Host: GitHub
- URL: https://github.com/ankush-web-eng/wallet
- Owner: ankush-web-eng
- Created: 2024-07-16T05:55:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-14T16:22:51.000Z (12 months ago)
- Last Synced: 2025-01-14T18:15:21.479Z (12 months ago)
- Topics: ci-cd, docker, express, nextjs14, postgresql, prisma-orm, turborepo, typescript, webhook-server
- Language: TypeScript
- Homepage:
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Clone the repo
GO TO packages/db
Add the DATABASE_URL to .env
RUN npm install
RUN npx prisma generate
RUN npm run dev
or
RUN docker pull deshwalankush23/wallet
RUN docker run -p 3000:3000 deshwalankush23/wallet //Add environment variables from postgres as DATABASE_URL