Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 530 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 530 Bytes

Contact APP with Next.js

Technology Stack:

  • React
  • Typescript
  • Next.js
  • NextAuth.js
  • Prisma ORM
  • PostgreSQL
  • Heroku
  • Google People API
  • Tailwind CSS
  • Errors handling using React ErrorBoundary
  • Jest and React Testing Library

UI/UX:

image

Install dependencies

 yarn install

Run

 yarn run

Run the following commands to manage the DB:

npx prisma db push

npx prisma studio