{"id":25881986,"url":"https://github.com/ashrafulhossain1/to-do-server","last_synced_at":"2026-05-03T12:36:47.124Z","repository":{"id":278764584,"uuid":"936268992","full_name":"ashrafulhossain1/to-do-server","owner":"ashrafulhossain1","description":" Task managemnt appliation To-Do, In Progress, and Done operation. The backend uses Express.js and MongoDB for handling CRUD operations and persists task data in real-time.","archived":false,"fork":false,"pushed_at":"2025-02-22T10:36:46.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-22T07:53:59.919Z","etag":null,"topics":["expressjs","mongdb","nodejs"],"latest_commit_sha":null,"homepage":"https://to-do-server-black.vercel.app","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/ashrafulhossain1.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,"zenodo":null}},"created_at":"2025-02-20T19:59:24.000Z","updated_at":"2025-02-22T10:58:48.000Z","dependencies_parsed_at":"2025-06-21T16:31:41.216Z","dependency_job_id":"a2dbc65d-c32f-43e2-8272-a19baf27f16e","html_url":"https://github.com/ashrafulhossain1/to-do-server","commit_stats":null,"previous_names":["ashrafulhossain1/to-do-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ashrafulhossain1/to-do-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashrafulhossain1%2Fto-do-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashrafulhossain1%2Fto-do-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashrafulhossain1%2Fto-do-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashrafulhossain1%2Fto-do-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashrafulhossain1","download_url":"https://codeload.github.com/ashrafulhossain1/to-do-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashrafulhossain1%2Fto-do-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32569714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":["expressjs","mongdb","nodejs"],"created_at":"2025-03-02T15:48:34.914Z","updated_at":"2026-05-03T12:36:47.084Z","avatar_url":"https://github.com/ashrafulhossain1.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Task Management Backend\n\n## Short Description\nThis is the backend for a Task Management Application. It provides APIs to manage tasks categorized into three sections: **To-Do**, **In Progress**, and **Done**. The backend uses **Express.js** and **MongoDB** for handling CRUD operations and persists task data in real-time.\n\n---\n\n## Live Links\n- **Backend API**: [https://to-do-server-black.vercel.app/](https://to-do-server-black.vercel.app/)\n\n---\n\n## Dependencies\nThe following dependencies are used in this project:\n- `cors`: ^2.8.5\n- `dotenv`: ^16.4.7\n- `express`: ^4.21.2\n- `mongodb`: ^6.12.0\n\n---\n\n## Installation Steps\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/ashrafulhossain1/to-do-server\n   cd backend\n   ```\n\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Create a `.env` file in the root directory and add the following environment variables:\n   ```env\n   PORT=5000\n   USER_DB=your_mongodb_username\n   PASS_DB=your_mongodb_password\n   ```\n\n4. Start the server:\n   ```bash\n   nodemon start \n   ```\n\n5. The backend will run on `http://localhost:5000`.\n\n---\n\n## Technologies Used\n- **Node.js**\n- **Express.js**\n- **MongoDB**\n- **Mongoose** (optional, if schema validation is needed)\n- **Vercel** (for deployment)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashrafulhossain1%2Fto-do-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashrafulhossain1%2Fto-do-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashrafulhossain1%2Fto-do-server/lists"}