Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 659 Bytes

File metadata and controls

28 lines (18 loc) · 659 Bytes

TicketPro App

The TicketPro App is a powerful software solution built using the MERN (MongoDB, Express.js, React.js, Node.js) stack. It is designed to streamline and enhance the management of customer support tickets, enabling businesses to provide efficient and effective support to their users.

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