{"id":21467084,"url":"https://github.com/diveshadivarekar/task-assist","last_synced_at":"2025-10-25T13:04:28.623Z","repository":{"id":221729486,"uuid":"736642921","full_name":"diveshadivarekar/Task-Assist","owner":"diveshadivarekar","description":"personal planner ","archived":false,"fork":false,"pushed_at":"2024-09-12T17:02:39.000Z","size":41770,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-13T06:07:19.704Z","etag":null,"topics":["body-parser","dotenv","expressjs","googleapis","googleauth","googledriveapi","nodejs"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/diveshadivarekar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-12-28T13:13:37.000Z","updated_at":"2024-09-12T17:02:43.000Z","dependencies_parsed_at":"2024-09-10T18:09:28.530Z","dependency_job_id":null,"html_url":"https://github.com/diveshadivarekar/Task-Assist","commit_stats":null,"previous_names":["diveshadivarekar/task-assist-3-tier"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diveshadivarekar%2FTask-Assist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diveshadivarekar%2FTask-Assist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diveshadivarekar%2FTask-Assist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diveshadivarekar%2FTask-Assist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diveshadivarekar","download_url":"https://codeload.github.com/diveshadivarekar/Task-Assist/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226017143,"owners_count":17560466,"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":["body-parser","dotenv","expressjs","googleapis","googleauth","googledriveapi","nodejs"],"created_at":"2024-11-23T08:16:32.667Z","updated_at":"2025-10-25T13:04:28.524Z","avatar_url":"https://github.com/diveshadivarekar.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"public/assets/images/logo.svg\" alt=\"Logo\" height=\"100\"\u003e\n  \u003ch1 align=\"center\"\u003eTask Assist\u003c/h1\u003e\n\u003c/div\u003e\n\n# Task Assist - Personal Planner and Organization Management System\n\nTask Assist is a personal planner and organization management system built with Node.js. It helps users plan and organize their tasks efficiently.\n\n## Built With\n\n- Express js\n- Bootstrap\n- JQuery\n\n## Features\n\n- **Task Management:** Create, update, and delete tasks easily.\n- **Expressive:** Utilizes the Express framework for a robust and scalable web application.\n- **Middleware:** Incorporates body-parser and dotenv middleware for enhanced functionality.\n- **Google APIs Integration:** Leverages the power of Google APIs for seamless integration with external services.\n\n## Installation\n\n1. Clone the repository:\n\n   ```\n   git clone https://github.com/diveshadivarekar/Task-Assist.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```\n   cd Task-Assist\n   ```\n\n3. Install dependencies:\n   ```\n   npm install\n   ```\n\n## Configuration\n\n1. Create a .env file in the root directory.\n\n2. Add the following environment variables:\n\n   ```\n   PORT=3000\n   GOOGLE_API_KEY=your_google_api_key\n   ```\n\nReplace your_google_api_key with your actual Google API key.\n\n## Usage\n\n### Development\n\nRun the following command to start the development server using nodemon:\n\n    npm run dev\n\n### Production\n\nFor production deployment, use the following command:\n\n    npm start\n\n## Endpoints\n\n- **GET /task-data**: Get a list of all tasks.\n- **GET /task-data/:fileId**: Get details of a specific task.\n- **POST /add-task**: Create a new task.\n- **GET /signinStatus**: Get the sign in status\n\n## Dependencies\n\n- [body-parser](https://www.npmjs.com/package/body-parser) - Parse incoming request bodies in a middleware before handlers.\n- [dotenv](https://www.npmjs.com/package/dotenv) - Load environment variables from a .env file.\n- [express](https://www.npmjs.com/package/express) - Fast, unopinionated, minimalist web framework for Node.js.\n- [googleapis](https://www.npmjs.com/package/googleapis) - Google APIs Node.js client library.\n- [nodemon](https://www.npmjs.com/package/nodemon) - Monitor for changes and automatically restart the server.\n\n## Contributors\n\n- [Divesh Adivarekar](https://github.com/diveshadivarekar)\n- [Shashank Mahajan](https://github.com/shashankmahajan200)\n- [Prathamesh Navale](https://github.com/navalepratham18)\n- [Rudra Chintalwar](https://github.com/RudraChintalwar)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](/LICENSE) file for details.\n\n## Acknowledgments\n\n- Special thanks to the Node.js and Express communities.\n- Inspiration from personal productivity tools.\n\u003chr\u003e\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiveshadivarekar%2Ftask-assist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiveshadivarekar%2Ftask-assist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiveshadivarekar%2Ftask-assist/lists"}