Notes demo application inspired by Google Keep and developed in Typescript with Next.js, NextAuth.js, Tailwind, DaisyUI and Prisma.
Copy the .env.example
file to .env
and fill in the required environment variables.
Run the development server:
npm run dev
For the test account use the following credentials:
test
test
Open http://localhost:3000 with your browser to see the result.