/Trak-it

Issue Tracker

Primary LanguageJavaScript

Trak issues, track-it

✨ Features

  • Team management
  • Dept management
  • Ticket management
  • User assignment
  • Dept statistics
  • Advanced searching
  • Ticket Comments
  • Role based organization
  • Custom field creation
  • Attachments (Not done)

🚀 Quick start

Step 1: Install Dependencies

cd into the client and server directory, and install the dependencies

cd client & npm install
cd server & npm install

Step 2: Setup .env

To run the server, you will need the .env variables

Rename .env.EXAMPLE file to .env

Step 3: Seed database

Execute the following command to seed the database

npm run seed

You are done!

Run client application

npm run dev

Run server application

npm run start