Skip to content

SandeepGumaste/MERN-Support-Desk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Support Desk

Simple Support Desk app

Tech Stack

Client: React, Redux, redux-toolkit, CSS

Server: Node, Express

Database: MongoDB

Run Locally

Clone the project

  git clone [email protected]:SandeepGumaste/MERN-Support-Desk.git

Go to the project directory

  cd MERN-Support-Desk

Install dependencies

  npm install

Create a .env file with the following keys in the root folder

  NODE_ENV="development"
  PORT = 5000
  MONGO_URI = //Paste your mongo uri here//
  JWT_SECRET = //Your JWT secret here//

Start the server

  npm run dev

Screenshots

Landing page

App Screenshot

Sign up page

App Screenshot

Sign in page

App Screenshot

Ticket creation page

App Screenshot

Tickets page

App Screenshot

Single Ticket page

App Screenshot