Trak issues, track-it
- Team management
- Dept management
- Ticket management
- User assignment
- Dept statistics
- Advanced searching
- Ticket Comments
- Role based organization
- Custom field creation
- Attachments (Not done)
cd into the client and server directory, and install the dependencies
cd client & npm install
cd server & npm install
To run the server, you will need the .env
variables
Rename .env.EXAMPLE file to .env
Execute the following command to seed the database
npm run seed
Run client application
npm run dev
Run server application
npm run start