foxyfool / Test-CI-CD-Build-

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • Clone the repo
git clone https://github.com/100xdevs-cohort-2/week-17-final-code
  • npm install
  • Run postgres either locally or on the cloud (neon.tech)
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)

About


Languages

Language:TypeScript 63.2%Language:CSS 27.7%Language:JavaScript 7.7%Language:Dockerfile 0.9%Language:Handlebars 0.5%