Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pawxnsingh/swift-wallet
https://github.com/pawxnsingh/swift-wallet
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pawxnsingh/swift-wallet
- Owner: pawxnsingh
- Created: 2024-04-07T05:00:33.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-12T01:26:36.000Z (9 months ago)
- Last Synced: 2024-11-05T23:21:28.294Z (2 months ago)
- Language: TypeScript
- Size: 146 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/pawxnsingh/Swift-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`)