Skip to content

codecamp-prem/issue_tracker

Repository files navigation

About

This is a Next.js project bootstrapped with create-next-app.

Issue Tracker Project made with Next js framework with TypeScript configuration.

Warning

  • 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

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http:https://localhost:3000 with your browser to see the result.