https://github.com/pranavchaitu/wallet
a simple wallet and transaction application
https://github.com/pranavchaitu/wallet
actions aws-ec2 ci-cd nextjs postgresql prisma tailwindcss turborepo webhooks
Last synced: 5 months ago
JSON representation
a simple wallet and transaction application
- Host: GitHub
- URL: https://github.com/pranavchaitu/wallet
- Owner: pranavchaitu
- Created: 2024-08-19T06:41:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-26T17:14:00.000Z (over 1 year ago)
- Last Synced: 2025-04-07T14:19:43.274Z (about 1 year ago)
- Topics: actions, aws-ec2, ci-cd, nextjs, postgresql, prisma, tailwindcss, turborepo, webhooks
- Language: TypeScript
- Homepage:
- Size: 158 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- Clone the repo
```jsx
git clone https://github.com/pranavchaitu/wallet
```
- 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`)