Skip to content

vitthal-inani/EAD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published