Skip to content

CharlesOsang017/Trace

Repository files navigation

Trace

A simple and fully customisable issue tracker admin dashboard written in MERN STack

Trace is a simple and easy to use Application that enables one to trace technical issues with a simple and easy to use interface. The idea behind this application was making it be owned by an organisation and not an individaul. This is a work in progress and will be updated in the future. The application has the following features:

  • USer login and registration
  • Create, update and delete issues
  • Assign issues to technicians
  • View issues assigned to a technician
  • view the stats of the issues using graphs
  • View the latest created issues

Getting Started

  1. Clone the repository
  2. Run npm install to install the dependencies
  3. Run npm run dev to start the development server
  4. Open the application in your browser at http://localhost:3000