Skip to content

Added P2P schema & Transactions , DB locks, Creation of Token and managing OnRampTransactions and updation of Balances and OnRampTransactiosnTables, Adding Authentication using NextAuth , Creation of Actions to manage and make Transaction in both Transfers and P2P Transactions, Using Dummy Bank Webhook to interact with Ppostgres DB and Express

Notifications You must be signed in to change notification settings

Nash-123/FinanceApplication-User-Merchant--Final

Repository files navigation

  • Clone the repo
git clone https://github.com/100xdevs-cohort-2/week-17-final-code
  • 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

Added P2P schema & Transactions , DB locks, Creation of Token and managing OnRampTransactions and updation of Balances and OnRampTransactiosnTables, Adding Authentication using NextAuth , Creation of Actions to manage and make Transaction in both Transfers and P2P Transactions, Using Dummy Bank Webhook to interact with Ppostgres DB and Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •