Continuing to practice and learn more about React and Redux with toolkit. Users are able to register with email address. Users able to create new tickets with a description of the problem. Allows for user and admin to create notes for each ticket item.
Using Node.js and Express to create support API for ticket tracking application with Mongo DB to contain all user information including tickets and notes.
This repository is for the 'back-end'. tracker-tray is the 'front-end' part of the project.
Using npm install will install dependencies required for application to run.
- Express
- express-async-handler
- dotenv
- cors
- bcryptjs
- jsonwebtoken
- mongoose (mongoDB)