A NodeJS customer support service to add and resolve support tickets
- MongoDB
- Add User
- Authenticate User
- Add Ticket
- Add Comment
- Resolve Ticket
- Export Closed Tickets in
CSV
Clone project and cd
into project foler
$ npm start
$ npm test
The OpenAPI spec for this service can be found in the open-api.yaml
file. Upload to https://editor.swagger.io/ to view.
The Postman collection can be found in the postman
folder