Skip to content

TTraylor310/ticketTracker-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traylor's Ticket Tracker

Description

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.

Installation

Using npm install will install dependencies required for application to run.

  • Express
  • express-async-handler
  • dotenv
  • cors
  • bcryptjs
  • jsonwebtoken
  • mongoose (mongoDB)

About

API server for tracker-tray

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors