Skip to content

ebuka-nwabueze/ticketing-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Support Desk Application

This MERN application is a support desk application for creating tickets.

About

The application is built using MongoDB, Express, REACT and NodeJS.

How to run locally

  1. Ensure you have node installed, then
  • In the root folder run npm install

  • change to the client directory and also run npm install

  1. Create a .env file with the following variables:
  • MONGO_URI This is a key to access the MongoDB database for the application. To create your own key, Click here

  • JWT_SECRET_KEY This is a key to provide authorization to a signed in user to access certain resource. You generate ssh key online Click here

  • PORT This is the port to access the server.

  1. You can start the application with the following:
  • npm run dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

About

This application is used for logging and managing support tickets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published