Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coderomm/wallet-app
A wallet project which can be used for apps like paytm, binance, etc. I built this while learning stuffs used in this in Cohort2 of Harkirat Singh. This built using NEXTJS monorepo.
https://github.com/coderomm/wallet-app
cicd docker monorepo nextjs nextjs14 prisma turborepo
Last synced: 4 days ago
JSON representation
A wallet project which can be used for apps like paytm, binance, etc. I built this while learning stuffs used in this in Cohort2 of Harkirat Singh. This built using NEXTJS monorepo.
- Host: GitHub
- URL: https://github.com/coderomm/wallet-app
- Owner: coderomm
- Created: 2024-11-17T15:59:52.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T16:58:46.000Z (2 months ago)
- Last Synced: 2024-11-17T17:23:06.037Z (2 months ago)
- Topics: cicd, docker, monorepo, nextjs, nextjs14, prisma, turborepo
- Language: TypeScript
- Homepage:
- Size: 108 KB
- Stars: 0
- 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/coderomm/Wallet-App
```- npm install
- Run postgres either locally or on the cloud (neon.tech)```jsx
docker run -e POSTGRES_PASSWORD=itsopen -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`)