{"id":25021822,"url":"https://github.com/pushkar-2804/kanban-task-management","last_synced_at":"2026-04-04T21:32:47.791Z","repository":{"id":192702872,"uuid":"675780475","full_name":"pushkar-2804/Kanban-Task-Management","owner":"pushkar-2804","description":"A kanban board is a tool that can be used to manage work at a personal or organizational level. It visually depicts work at various stages of a process using cards to represent work items and columns to represent each stage of the process. This is a responsive web app built with React \u0026 Redux.","archived":false,"fork":false,"pushed_at":"2023-09-04T23:11:07.000Z","size":367,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T11:43:59.568Z","etag":null,"topics":["mongodb","nodejs","reactjs","redux"],"latest_commit_sha":null,"homepage":"","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/pushkar-2804.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}},"created_at":"2023-08-07T17:50:28.000Z","updated_at":"2024-06-05T08:08:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"7f6e6cdd-e61a-4c2d-b8d8-6c87ad25ddab","html_url":"https://github.com/pushkar-2804/Kanban-Task-Management","commit_stats":null,"previous_names":["pushkar-2804/kanban-task-management"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pushkar-2804/Kanban-Task-Management","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pushkar-2804%2FKanban-Task-Management","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pushkar-2804%2FKanban-Task-Management/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pushkar-2804%2FKanban-Task-Management/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pushkar-2804%2FKanban-Task-Management/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pushkar-2804","download_url":"https://codeload.github.com/pushkar-2804/Kanban-Task-Management/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pushkar-2804%2FKanban-Task-Management/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31415110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["mongodb","nodejs","reactjs","redux"],"created_at":"2025-02-05T13:36:50.115Z","updated_at":"2026-04-04T21:32:47.585Z","avatar_url":"https://github.com/pushkar-2804.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![image](https://github.com/pushkar-2804/Kanban-Task-Management/assets/104600849/43a039b4-7429-41a1-ac9a-1aee504a1d51)\n![image](https://github.com/pushkar-2804/Kanban-Task-Management/assets/104600849/91acf961-3126-4998-aac5-53ad0fe32040)\n![image](https://github.com/pushkar-2804/Kanban-Task-Management/assets/104600849/81225695-89c7-4697-af2f-b77c328f0225)\n\n\n\n\n```markdown\n# Kanban Task Management\n\nKanban Task Management is a web-based task management application that allows you to organize and track your tasks using a Kanban board. This README provides instructions for setting up and running the project.\n\n## Table of Contents\n\n- [Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Setting Up](#setting-up)\n- [Server Configuration](#server-configuration)\n- [Client Configuration](#client-configuration)\n- [Running the Application](#running-the-application)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Getting Started\n\n### Prerequisites\n\nBefore you can run the application, make sure you have the following prerequisites installed:\n\n- Node.js: You can download it from [nodejs.org](https://nodejs.org/).\n- MongoDB: Ensure you have a MongoDB instance running and note down the connection URI.\n\n### Setting Up\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/pushkar-2804/Kanban-Task-Management.git\n   cd Kanban-Task-Management\n   ```\n\n2. Create environment variables for the server by creating a `.env` file in the `server` directory with the following content:\n\n   ```\n   MONGO_URI=\u003cyour-mongodb-url\u003e\n   JWT_SECRET=\u003cyour-jwt-secret-key\u003e\n   ```\n\n   Replace `\u003cyour-mongodb-url\u003e` and `\u003cyour-jwt-secret-key\u003e` with your actual MongoDB connection URI and a secure JWT secret key.\n\n## Server Configuration\n\n1. Navigate to the server directory:\n\n   ```bash\n   cd server\n   ```\n\n2. Install server dependencies:\n\n   ```bash\n   npm install\n   ```\n\n## Client Configuration\n\n1. Navigate to the client directory:\n\n   ```bash\n   cd client\n   ```\n\n2. Install client dependencies:\n\n   ```bash\n   npm install\n   ```\n\n## Running the Application\n\n1. Start the server:\n\n   ```bash\n   cd server\n   npm start\n   ```\n\n   The server should now be running on port 3000 by default.\n\n2. Start the client:\n\n   ```bash\n   cd client\n   npm run dev\n   ```\n\n   The client application should open in your default web browser.\n\n## Contributing\n\nIf you'd like to contribute to this project, please read the [Contributing Guidelines](CONTRIBUTING.md).\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpushkar-2804%2Fkanban-task-management","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpushkar-2804%2Fkanban-task-management","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpushkar-2804%2Fkanban-task-management/lists"}