Issue Tracker

A full-stack issue tracking web application built with React, Node.js, and MongoDB. It includes user authentication, issue management, and comment functionality.

Tech Stack

Issue Tracker

Table of Contents

About The Project

This is a full stack project built with Next.js for both the front-end and back-end. Backend can be found in /app/api directory and front-end in /app directory.

Main Features

  • User authentication (login, register, logout) using Auth.js JWT method.
  • Data fetching using TanStack Query.

Environmental variables

Can be found in .env.example file.