Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.6 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.6 KB

Next Todo App

A Fullstack App with Next.js, Prisma, and Postgres.

Getting Started

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.

Tech Stack

react nextjs tailwind postgresql prisma

Authors

Notes

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