sabuhinazarov / support-desk

Support ticket app built with the MERN stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Desk App

Support ticket application built with the MERN stack. This is a project from my React Front To Back course.

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

Support ticket app built with the MERN stack

License:MIT License


Languages

Language:JavaScript 87.0%Language:CSS 9.9%Language:HTML 3.1%