This is a Next.js project bootstrapped with create-next-app
.
Issue Tracker Project made with Next js framework with TypeScript configuration.
- do not upload .env files but since this is demo project for using SQLITE3 in Next/Prisma. This is where and how sqlite db is auto generated when prisma project is initialized
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.