Skip to content

ChiefWoods/jiraffe

Repository files navigation

Jiraffe

preview

Task management tool for SWE3033 Software Processes.

Live Website

API

Source Repository

Features

  • Track tasks in a project
  • Assign members to tasks

Built With

Language

  • React

Packages

Frontend

  • React Router
  • TailwindCSS

Backend

  • Express
  • Mongoose

Database

  • MongoDB

Test Library and Framework

  • Mock Service Worker

  • Vitest

Bundler and Runtime

  • Vite
  • Nodemon

Linter & Formatter

  • ESLint
  • Prettier

Tool

  • !Visual Studio Code

Getting Started

Prerequisites

Update your npm package to the latest version.

npm install npm@latest -g

Setup

  1. Clone the repository
git clone https://github.com/ChiefWoods/jiraffe-task-management.git
  1. Install all dependencies for backend
cd backend && npm install
  1. Start Nodemon server
npm run start
  1. In a new terminal, install all dependencies for frontend
cd frontend && npm install
  1. Start development server
npm run dev

Issues

View the open issues for a full list of proposed features and known bugs.

Acknowledgements

Resources

Hosting

Contributors

Huge thanks to my groupmates for helping me put this together.

Contact

chii.yuen@hotmail.com

About

Task management tool for SWE3033 Software Processes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •