Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumana10/week-18-2-ci-cd
https://github.com/sumana10/week-18-2-ci-cd
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sumana10/week-18-2-ci-cd
- Owner: sumana10
- Created: 2024-05-30T11:25:59.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T16:56:28.000Z (6 months ago)
- Last Synced: 2024-06-01T07:26:23.410Z (6 months ago)
- Language: TypeScript
- Size: 129 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/100xdevs-cohort-2/week-17-final-code
```- 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`)