A Fullstack App with Next.js, Prisma, and Postgres.
Install dependencies:
npm install
# or
yarn
Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
dotenv -e .env.local npx prisma db push
dotenv -e .env.local npx prisma studio
npx prisma init --datasource-provider postgresql
dotenv -e .env.local npx prisma migrate dev --name init0
npm install @prisma/client