Skip to content

Latest commit

 

History

History
72 lines (43 loc) · 1.24 KB

README.md

File metadata and controls

72 lines (43 loc) · 1.24 KB

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