Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`)