Skip to content

This is a simple test project to practice Next.js 14 with Auth.js, Tailwind CSS, PostgreSQL and Prisma.

Notifications You must be signed in to change notification settings

jumagu/admin-todos

Repository files navigation

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

About

This is a simple test project to practice Next.js 14 with Auth.js, Tailwind CSS, PostgreSQL and Prisma.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published