Skip to content

theborgh/bug-tracker

Repository files navigation

A bug tracker for use by software development teams built with Next.js, Prisma, and PostgreSQL.

Live demo here.

Getting Started

Clone the repository to your local machine and install dependencies:

git clone https://github.com/theborgh/bug-tracker.git
cd bug-tracker
npm i

Rename the .env.sample file in the root directory to .env and add the relevant environment variables. To enable login via GitHub and/or Discord, create a GitHub OAuth App and a GitHub personal access token, or a Discord OAuth2 application and a Discord bot token.

Now you can run the development server:

npm run dev

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.