admin-todos Tailwind Templates

Admin Todos

Basic/simple test project to practice Next.js 14 with Auth.js, Tailwind CSS, PostgreSQL and Prisma.

Development

Steps to set up the app on development mode

  1. Install the node dependencies npm install

  2. Run the database

docker compose up -d
  1. Create a copy of the .env.template file and rename it to .env

  2. Replace the env variables

  3. Do the prisma setup

  4. Execute the SEED for data generation

http://localhost:3000/api/seed

Note: Default User

email: [email protected]
password: 123456

Prisma Setup

npx prisma init
npx prisma migrate dev
npx prisma generate

Top categories

Loading Svelte Themes