Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 631 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 631 Bytes

BSA 2020 | TaskyHusky

TaskyHusky is a tool used for bug tracking, issue tracking, and project management. It is similar to JIRA and Trello. It allows users to keep track of everything - from the big picture to the minute details. The visual boards are flexible, shareable, and let you pack a ton of detail into each card.

Get things done with TaskyHusky!

How to run?

  • npm install inside both client and server folders
  • create .env config file (see .env.example) in server folder
  • docker-compose up to start database
  • npm start for both client and server
  • VSCode shared settings included