{"id":21193990,"url":"https://github.com/simran1002/task-tracker-web","last_synced_at":"2025-03-14T21:26:08.628Z","repository":{"id":209250707,"uuid":"723373807","full_name":"simran1002/Task-tracker-Web","owner":"simran1002","description":"TaskTracker-Web is a modern and user-friendly web application designed to streamline task management and enhance team collaboration. ","archived":false,"fork":false,"pushed_at":"2024-01-25T19:51:31.000Z","size":170,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T13:51:50.602Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simran1002.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-25T13:17:36.000Z","updated_at":"2023-11-26T06:55:59.000Z","dependencies_parsed_at":"2024-11-20T19:19:06.702Z","dependency_job_id":"b388f0b2-70aa-40d0-ad6b-dc474f1b1fd4","html_url":"https://github.com/simran1002/Task-tracker-Web","commit_stats":null,"previous_names":["simran1002/task-tracker-web"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simran1002%2FTask-tracker-Web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simran1002%2FTask-tracker-Web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simran1002%2FTask-tracker-Web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simran1002%2FTask-tracker-Web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simran1002","download_url":"https://codeload.github.com/simran1002/Task-tracker-Web/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243647424,"owners_count":20324709,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T19:18:50.559Z","updated_at":"2025-03-14T21:26:08.602Z","avatar_url":"https://github.com/simran1002.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Task Tracker Web\nThis is a simple Task Tracking System built with [Node.js](https://nodejs.org/) and [Express](https://expressjs.com/) using [MongoDB](https://www.mongodb.com/) as the database.\n\n## Setup\n1. **Clone the repository:**\ngit clone https://github.com/simran1002/Task-tracker-Web.git\n\n## Navigate to the project directory:\ncd task-management-system\n\n## Install dependencies:\nnpm install\n\n## Configure environment variables:\nCreate a .env file in the root of your project and provide the necessary environment variables:\nenv\n\n## PORT=5000\n\nMONGODB_URI=mongodb+srv://your-mongodb-uri\n\nAdjust the values based on your preferences and MongoDB setup.\n\n## Run the application:\nnpm start\n\nThe application will be accessible at http://localhost:5000 by default.\n\n## API Endpoints\nCreate a new task with title and description:-\nPOST /tasks\n\nRetrieve/View a list of all tasks:-\nGET /tasks\n\nMarks the task as completed:-\nPUT /task-done/:taskId\n\nUpdate an existing task by task ID:-\nPUT /tasks/:id\n\nDelete a task by ID:-\nDELETE /tasks/:id\n\nRetrieve a particular task by passing Task ID as params:-\nGET /tasks/:id\n\n## User Authentication (Optional):\n\nImplemented a basic user authentication (token-based).\nOnly authenticated users should be able to create, update, and delete tasks.\nA user registration request includes a userName, email, password, and accountType.\nA user can login via email and password to generate a token. \n\nThe schema defines a MongoDB model using Mongoose which includes fields for taskId (unique string), title (string with a minimum length of 5 characters), description (string with a maximum length of 100 characters), assigned_user (string, required), due_date (Date), and status (string).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimran1002%2Ftask-tracker-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimran1002%2Ftask-tracker-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimran1002%2Ftask-tracker-web/lists"}