/bugtracker

Jira-like application to track bugs on a board

Primary LanguageSvelte

Bug Tracker

A platform where you can track bugs on a board similar to Jira. Note: This is an early version, I'll be adding more features.

Gallery

TODO: Add Demo Video

See screenshots

Board / Tracker

See Image

Quick Edit Bug

See Image

Bug Details - Edit mode

See Image

Bug Details

See Image

Manage board / tracker team

See Image

'My assigned bugs' Page

See Image

Set-up locally

  1. Set-up .env.local file at the root directory of the project with the following:
# Mongo DB variables
DATABASE_URI=<MONGO_DATABASE_URL>
DATABASE_KEY=<NAME_OF_YOUR_DATABASE>

# Authentication System variables (As documented here: https://authjs.dev/reference/sveltekit#usage)
AUTH_SECRET=<REALLY_LONG_AND_COMPLICATED_PASSKEY>

# Github OAuth2 Provider Variables (checkout: https://github.com/settings/applications/new)
GITHUB_ID=<GITHUB_ID>
GITHUB_SECRET=<GITHUB_SECRET>
  1. Run npm install (or your preferred package manager).
  2. Run npm run dev -- --open. Congrats!