LordMoMA / help-desk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Help Desk App

Help ticket application built with the MERN stack.

Usage

Set Environment Variables

Rename the .envexample 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

About

License:MIT License


Languages

Language:JavaScript 86.9%Language:CSS 10.0%Language:HTML 3.1%