https://github.com/somnath-chattaraj/paytm
https://github.com/somnath-chattaraj/paytm
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/somnath-chattaraj/paytm
- Owner: Somnath-Chattaraj
- Created: 2024-04-12T12:46:04.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-29T11:35:56.000Z (about 1 year ago)
- Last Synced: 2025-02-01T13:44:46.718Z (4 months ago)
- Language: TypeScript
- Size: 219 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- 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`)