Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-26T17:14:00.000Z (3 months ago)
- Last Synced: 2024-11-03T03:02:28.710Z (2 months 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`)