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.
- Host: GitHub
- URL: https://github.com/tajwarsaiyeed/issue-tracker-tsa
- Owner: TajwarSaiyeed
- License: mit
- Created: 2023-11-24T11:05:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T09:44:14.000Z (over 2 years ago)
- Last Synced: 2025-06-17T13:40:48.743Z (12 months ago)
- Topics: mongo, next-auth, nextjs, prisma-orm, reactjs, server-components, shadcn-ui, typescript
- Language: TypeScript
- Homepage: https://issue-tracker-tsa.vercel.app
- Size: 968 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.

## 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.