Skip to content

A full stack MERN application that provides support desk services to customers reporting defects discovered on their purchases

License

Notifications You must be signed in to change notification settings

RexKizzy22/support-desk

Repository files navigation

Support Desk

Support Desk is a web application that automates a support desk workflow.

Compliants are opened in tickets and these tickets can have notes associated with them.

The notes represent the correspondence between the customer and the support staff.

How to Run Support Desk

  • Clone this repository
  • Install mongodb
  • Start the mongodb daemon/server with either brew services start mongodb-community or mongod
  • Install pnpm if it's not installed on your system using this link
  • Install dependencies with pnpm install
  • Run app with pnpm start:dev