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.
TODO: Add Demo Video
See screenshots
Board / Tracker
See ImageQuick Edit Bug
See ImageBug Details - Edit mode
See ImageBug Details
See ImageManage board / tracker team
See Image'My assigned bugs' Page
See Image- 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>
- Run
npm install
(or your preferred package manager). - Run
npm run dev -- --open
. Congrats!