hff2 / help-desk

Help Desk Service application is a system for customers to report product problems. The functions include reporting problems and checking problem status.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Help Desk Service

Introduction

A (MERN) React Redux Toolkit full stack application with jwt authentication, CRUD operations, protected routes, and NoSQL database.

Help Desk Service application is a system for customers to report product problems. The functions include reporting problems and checking problem status.

Table of Content

Usage

Set Environment Variables

Rename the .env.example to .env and add your MongoDB database URI and your JWT secret.

Install backend dependencies

npm install

Install client dependencies

cd frontend
npm install

Run app in development (frontend & backend)

npm run dev

Technologies

Frontend

Backend

Tool

Verson Control

Features

Authentication

  • Register
  • Login
  • JSON Web Token

A users functions include

  • Create a ticket
  • View a ticket
  • Create a note
  • View a note

Launch

Deploy

About

Help Desk Service application is a system for customers to report product problems. The functions include reporting problems and checking problem status.


Languages

Language:JavaScript 92.1%Language:CSS 4.8%Language:HTML 3.0%Language:Shell 0.1%