Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 637 Bytes

File metadata and controls

24 lines (19 loc) · 637 Bytes

TicketingSystem

50.003 Project by Yi Jie, Chloe and Bryan on ticketing system problem statement by Accenture 1st Meeting (29/01) Todo:

  1. CRUD function with database
  2. Email Accenture partners
  3. Research on read-time chat functions, email notification

Set up:

  1. Run npm run install
  2. Go to config/keys.js and set the mongoURI

Running in Development Mode: npm run dev

Roadmap:

1. Authentication

Add a validator to check for false input.

2. Email Service

Integrate SendGrid to send email of password. Fill up form and submit form with data.

3. Testing

To integrate test cases for system testing.