An open API service indexing awesome lists of open source software.

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.

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