Task management tool for SWE3033 Software Processes.
- Track tasks in a project
- Assign members to tasks
Update your npm package to the latest version.
npm install npm@latest -g
- Clone the repository
git clone https://github.com/ChiefWoods/jiraffe-task-management.git
- Install all dependencies for
backend
cd backend && npm install
- Start Nodemon server
npm run start
- In a new terminal, install all dependencies for
frontend
cd frontend && npm install
- Start development server
npm run dev
View the open issues for a full list of proposed features and known bugs.
Huge thanks to my groupmates for helping me put this together.