Skip to content

tushar-agarwal7/Shiba_Payment_App

Repository files navigation

Shiba_Payment_App

Shiba Payment is a web application that allows users to send money to each other seamlessly and securely. This project includes user authentication, profile management, and transaction handling features.

Technologies Used

  • Monorepo
  • Frontend and Backend: Next.js
  • Database: PostgreSQL with Prisma
  • Authentication: NextAuth.js
  • Containerization: Docker
  • TypeScript: Full TypeScript support

Getting Started

  1. Clone the repository:
git clone [email protected]:tushar-agarwal7/Shiba_Payment_App.git
  1. Navigate to the project directory:
cd Shiba_Payment_App
  1. Install the dependencies:
   npm install
  1. Run postgres either locally or on the cloud (neon.tech)
docker run  -e POSTGRES_PASSWORD=mysecretpassword -d -p 5432:5432 postgres
  • Update .env files everywhere with the right db url
  • Go to packages/db
    • npx prisma migrate dev
  • Go to apps/merchant-app , run npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published