An open API service indexing awesome lists of open source software.

https://github.com/tajwarsaiyeed/issue-tracker-tsa

Issue Tracker TSA is an open-source issue tracker app built with Next.js, Prisma, TypeScript, and MongoDB. Inspired by Stack Overflow, it allows users to create, manage, and track issues collaboratively.
https://github.com/tajwarsaiyeed/issue-tracker-tsa

mongo next-auth nextjs prisma-orm reactjs server-components shadcn-ui typescript

Last synced: about 2 months ago
JSON representation

Issue Tracker TSA is an open-source issue tracker app built with Next.js, Prisma, TypeScript, and MongoDB. Inspired by Stack Overflow, it allows users to create, manage, and track issues collaboratively.

Awesome Lists containing this project

README

          

# Issue Tracker TSA

Issue Tracker TSA is an open-source issue tracker app built with Next.js, Prisma, TypeScript, and MongoDB. Inspired by
StackOverflow, it allows users to create, manage, and track issues collaboratively.

![img](./issue-img.png)

## Features:

- Public dashboard for everyone
- User authentication with NextAuth
- Create, delete, and update issues
- View issue details and comments
- Public issue feed
- Dashboard with total open, in progress, and closed issues
- Graph chart showing issue trends
- Box showing the latest 10 issues

## Open Source:

Issue Tracker TSA is open-source and welcomes contributions from the community. You can contribute by adding new
features, fixing bugs, or improving the documentation.

## Get Started:

1. Clone the repository: `git clone https://github.com/TajwarSaiyeed/issue-tracker-tsa`
2. Install dependencies: `npm install`
3. Start the development server: `npm run dev`
4. Visit [http://localhost:3000](http://localhost:3000) to access the app

## Contribute:

To contribute to Issue Tracker TSA, please follow the [contribution guidelines](./CONTRIBUTING.md).

## License:

Issue Tracker TSA is licensed under the MIT License.