myogh / issue-tracker

A simple project planning app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TaskMate 📝

A project planning app built to test out the capabilities of graphQL and mongoDB.

architecture

Features

The users will be able to:

  • Create a new task with initial values comprising title, owner, due date and description.
  • Update and modify the field values of each task.
  • Delete issues which are deemed finished or fixed.
  • Filter the view of the list of tasks by different parameters.
  • Summarize the overall status of the tasks with respect to each owner.

Authentication is enabled, and only the authorized users can perform any addition or modification operations on the tasks. Unauthorized users can still view the data.

Preview

sudo docker-compose up

Docker compose ref: https://docs.docker.com/compose/

Local Deveopment

Attribution

This work was developed while learning MERN stack with the help of the book: Pro MERN Stack: Full Stack Web App Development by Vasan Subramanian.

About

A simple project planning app.


Languages

Language:JavaScript 97.1%Language:CSS 2.4%Language:Dockerfile 0.6%