/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.

Primary LanguageJavaScript

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