We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npx prisma db push
npx prisma studio
npx prisma generate
npm run dev
nomadcoders 당근마켓 클론: https://nomadcoders.co/carrot-market trpc 튜토리얼: https://youtu.be/syEWlxVFUrY prisma 튜토리얼: https://youtu.be/RebA5J-rlwg
개발용: https://knock-knock-nexters.vercel.app/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
시동
npx prisma db push
로 테스트DB(sqlite) 생성npx prisma studio
를 터미널에 쳐서 실행npx prisma db push
만 하면 되지만 prisma schema 작업을 했고, 제대로 타입이 생성되지 않은 것 같으면npx prisma generate
로 타입생성 (쓸 일 없을듯?)npm run dev
로 프로젝트 실행교재
nomadcoders 당근마켓 클론: https://nomadcoders.co/carrot-market
trpc 튜토리얼: https://youtu.be/syEWlxVFUrY
prisma 튜토리얼: https://youtu.be/RebA5J-rlwg
사용할 라이브러리 및 리소스
배포 URL
개발용: https://knock-knock-nexters.vercel.app/
The text was updated successfully, but these errors were encountered: