Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 863 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 863 Bytes

TaskMate

Web Application in MERN Stack

Features

  • Robust and efficient project management for small teams
  • Group and private Dashboards
  • Task tracking via dashboards
  • Chat feature to communicate personally
  • Ability to assign, forward and delegate tasks
  • Authentication with JWT

Stack

TaskMate uses a number of open source projects to work properly:

  • [ReactJS] - HTML enhanced for web apps (as given in client)
  • [node.js] - evented I/O for the backend
  • [Express] - fast node.js network app framework (given in server)
  • [Azure] - Backend Deployed for auto scaling
  • [MongoDB] - NOSQL databse for vertical scaling

Install the dependencies and devDependencies and start the server.

cd server
npm install
node server.js

Install the dependencies and devDependencies and start the client.

cd client
npm install
npm start