https://github.com/swarnendug07/webpay
This is a webapp where user can sent and receive payments and see payment history's
https://github.com/swarnendug07/webpay
express nextjs postgresql prisma-orm recoil tailwindcss turborepo tyepscript
Last synced: 3 months ago
JSON representation
This is a webapp where user can sent and receive payments and see payment history's
- Host: GitHub
- URL: https://github.com/swarnendug07/webpay
- Owner: SwarnenduG07
- Created: 2024-06-21T06:21:18.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-07-08T03:45:57.000Z (10 months ago)
- Last Synced: 2024-11-18T21:59:05.843Z (5 months ago)
- Topics: express, nextjs, postgresql, prisma-orm, recoil, tailwindcss, turborepo, tyepscript
- Language: TypeScript
- Homepage:
- Size: 289 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- Clone the repo
```jsx
git clone https://github.com/100xdevs-cohort-2/week-17-final-code
```- npm install
- Run postgres either locally or on the cloud (neon.tech)```jsx
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`)