{"id":15550611,"url":"https://github.com/sm-noushan/task-management-server-bytebux","last_synced_at":"2026-04-16T03:31:17.684Z","repository":{"id":248016850,"uuid":"826860071","full_name":"SM-Noushan/task-management-server-bytebux","owner":"SM-Noushan","description":"Client","archived":false,"fork":false,"pushed_at":"2024-07-12T05:18:17.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T01:44:30.235Z","etag":null,"topics":["cors","expressjs","mongodb","mvc-pattern"],"latest_commit_sha":null,"homepage":"https://github.com/SM-Noushan/task-management-client-bytebux","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/SM-Noushan.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":"2024-07-10T14:19:44.000Z","updated_at":"2024-07-12T05:22:57.000Z","dependencies_parsed_at":"2024-07-11T23:09:30.313Z","dependency_job_id":"bdb124e5-4259-4625-ad16-4194807b12b3","html_url":"https://github.com/SM-Noushan/task-management-server-bytebux","commit_stats":null,"previous_names":["sm-noushan/task-management-server-bytebux"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SM-Noushan/task-management-server-bytebux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SM-Noushan%2Ftask-management-server-bytebux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SM-Noushan%2Ftask-management-server-bytebux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SM-Noushan%2Ftask-management-server-bytebux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SM-Noushan%2Ftask-management-server-bytebux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SM-Noushan","download_url":"https://codeload.github.com/SM-Noushan/task-management-server-bytebux/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SM-Noushan%2Ftask-management-server-bytebux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31870506,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cors","expressjs","mongodb","mvc-pattern"],"created_at":"2024-10-02T14:00:26.108Z","updated_at":"2026-04-16T03:31:17.127Z","avatar_url":"https://github.com/SM-Noushan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Task Management Server\n\n## Overview\n\nThis repository contains the server-side code for the Task Management application. It provides the API endpoints to manage tasks, including creating, retrieving, updating, and deleting tasks.\n\n## Setup\n\n### Prerequisites\n\nBefore you begin, ensure you have the following installed on your system:\n\n- [Git](https://git-scm.com/downloads)\n- [Node.js](https://nodejs.org/) (LTS version recommended)\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/SM-Noushan/task-management-server-bytebux\n   cd task-management-server-bytebux\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n### Environment Setup\n\n1. Create a `.env` file in the root directory of the project and add the following environment variables:\n\n   ```dotenv\n   DB_USER  =\n   DB_PASSWORD =\n   ```\n\nReplace `DB_USER` and `DB_PASSWORD` as well as `MongoDB url in db.config` with your specific configuration.\n\n## Running the Server\n\n1.  If you don't have nodemon installed globally, you can use npx:\n\n    ```bash\n        npx nodemon index.js\n        Installing Nodemon Globally\n    ```\n\n2.  If you prefer to install nodemon globally, use the following command:\n\n    ```bash\n        npm install -g nodemon\n    ```\n\n3.  Then to run the server locally, use the following command:\n\n    ```bash\n    nodemon index.js\n    ```\n\nThis will start the server and make your API accessible at [http://localhost:8000](http://localhost:8000) (or your specified port).\n\n## API Documentation\n\nFor detailed information on API endpoints, refer to the [API Documentation](https://github.com/SM-Noushan/task-management-client-bytebux) in the front-end repository's `README.md`.\n\n\u003cbr/\u003e\n\u003cdetails\u003e\n    \u003csummary\u003eThank you!\u003c/summary\u003e\n\u003c/details\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsm-noushan%2Ftask-management-server-bytebux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsm-noushan%2Ftask-management-server-bytebux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsm-noushan%2Ftask-management-server-bytebux/lists"}