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
- Clone the repository
- Run
npm install
to install the dependencies - Run
npm run dev
to start the development server - Open the application in your browser at
http://localhost:3000