Skip to content

asif-munshi/next-todo

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages