Skip to content

A modern, authenticated issue tracker built with Next.js, featuring a secure API, pre-commit hooks, Markdown editing, and a clean UI with filtering, sorting, and graphs.

Notifications You must be signed in to change notification settings

Coookei/issue-tracker

Repository files navigation

WIP Issue Tracker built with Next.js and some other thingies

Configure

You can change the theme accent color near the end of app/layout.tsx:

<Theme accentColor="cyan">
  ...
</Theme>

This color will then be respected throughout the app.

.env

DATABASE_URL="mysql://user:password@localhost:3306/issue-tracker"
NEXTAUTH_URL="http://localhost:3000"
NEXTAUTH_SECRET=secret
GOOGLE_CLIENT_ID=secret
GOOGLE_CLIENT_SECRET=secret

About

A modern, authenticated issue tracker built with Next.js, featuring a secure API, pre-commit hooks, Markdown editing, and a clean UI with filtering, sorting, and graphs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published