Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 521 Bytes

readme.md

File metadata and controls

35 lines (23 loc) · 521 Bytes

Ticket Desk App

Support ticket application built with the MERN stack. It has the following features:

  • User creation and authentication
  • Create support tickets
  • View support tickets
  • Delete support tickets
  • Add notes to tickets

Demo URL

https://tickets-desk.herokuapp.com/

Set Environment Variables

Install backend dependencies

npm install

Install client dependencies

cd frontend
npm install

Run app in development (frontend & backend)

npm run dev