Skip to content
/ pay-2 Public

TurboRepo, npm Workspaces, Docker, Prisma ORM, PostgreSQL, GitHub Actions, CI/CD, modular, scalable, task automation, containerization, ORM, code linting, tnx.

Notifications You must be signed in to change notification settings

Virajjai/pay-2

Repository files navigation

  • Clone the repo
https://github.com/Virajjai/pay-2.git
  • 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 (See seed.ts)

About

TurboRepo, npm Workspaces, Docker, Prisma ORM, PostgreSQL, GitHub Actions, CI/CD, modular, scalable, task automation, containerization, ORM, code linting, tnx.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published