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