itss0urav / task-mate

Task Mate is a dynamic web application designed to streamline task management and improve productivity. It provides a user-friendly platform for assigning, tracking, and managing tasks in a collaborative environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

task-mates

Feature

  • User authentication
  • Task creation
  • Task editing
  • Task deletion
  • Task updating

setup

  • place the ProtectedUrls.js file in the project directory as shown in the image below
const ProtectedUrls = {
  baseUrl: "http://localhost:5000/api",
};

export default ProtectedUrls;
  • place environment variables in server root directory

[format]

PORT=5000
MONGODB_URI=mongodb://127.0.0.1:27017/taskmates
JWT_SECRET = YOURSECRETKEY

About

Task Mate is a dynamic web application designed to streamline task management and improve productivity. It provides a user-friendly platform for assigning, tracking, and managing tasks in a collaborative environment.


Languages

Language:JavaScript 98.8%Language:HTML 0.8%Language:CSS 0.4%