This is a Next.js project bootstrapped with create-next-app
.
Prisma as the ORM with MySQL.
TailwindCSS with DaisyUI for the UI.
My plan is to use Next.js in the near future thus this is my initial playground to test things and see how it works.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.