{"id":16103124,"url":"https://github.com/rajivharlalka/bee-queue-task","last_synced_at":"2026-05-01T00:31:40.393Z","repository":{"id":113065977,"uuid":"550422762","full_name":"rajivharlalka/bee-queue-task","owner":"rajivharlalka","description":"A Node backend that serves requests using a simple bee-queue","archived":false,"fork":false,"pushed_at":"2022-10-13T12:16:13.000Z","size":194,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-02T19:18:32.166Z","etag":null,"topics":["backend","bee-queue","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rajivharlalka.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":"2022-10-12T18:36:22.000Z","updated_at":"2023-03-04T09:14:13.000Z","dependencies_parsed_at":"2023-04-30T09:01:05.556Z","dependency_job_id":null,"html_url":"https://github.com/rajivharlalka/bee-queue-task","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rajivharlalka/bee-queue-task","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajivharlalka%2Fbee-queue-task","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajivharlalka%2Fbee-queue-task/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajivharlalka%2Fbee-queue-task/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajivharlalka%2Fbee-queue-task/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rajivharlalka","download_url":"https://codeload.github.com/rajivharlalka/bee-queue-task/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajivharlalka%2Fbee-queue-task/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32481553,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"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":["backend","bee-queue","nodejs"],"created_at":"2024-10-09T18:55:53.275Z","updated_at":"2026-05-01T00:31:40.372Z","avatar_url":"https://github.com/rajivharlalka.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bee-Queue Task\n\nNode Backend that serves API endpoints that are more busy using a task queue([bee-queue](https://github.com/bee-queue/bee-queue)). The backend is written using Express Framework and MongoDB as it's Primary database. A Redis Instance is consumed by the queue to maintain the tasks.\n\n## Pre-Requisites\n\nThe following environments must be needed in order to run the server.\n\n- nodejs \u003e=14.0.0\n- yarn (Package Manager) 1.22\n- Redis_URL\n- MONGO_URL\n- [Twitter Developer Bearer Token](https://developer.twitter.com/en/docs/twitter-api)\n\n## Manual Installation\n\nClone the repo:\n\n```bash\ngit clone --depth 1 https://github.com/rajivharlalka/bee-queue-task.git\ncd bee-queue-task\nnpx rimraf ./.git\n```\n\nInstall the dependencies:\n\n```bash\nyarn install\n```\n\nSet the environment variables:\n\n```bash\ncp .env.example .env\n# open .env and modify the environment variables (if needed)\n```\n\nMain API\n\n- `/v1/auth/register` POST - Register a User onto the platform\n\n```md\n@body\nusername - String\npassword - String\nemail - string\n```\n\n- `/v1/auth/login` POST - Login into the system\n\n```md\n@body\nemail - String\npassword - String\n```\n\n- `/v1/tasks/createTask` GET - Fetch Latest Tweets\n\n```md\n@header\nAuthentication- Bearer {access_token}\n```\n\n- `/v1/tasks/listTask` GET - Get a list of all(pending/completed/failed) tasks\n\n```md\n@header\nAuthentication - Bearer {access_token}\n\n@params\npage number - Page Number\nsortBy field_name - name of field to sort the response\nlimit number - Number of tasks to get in one response\njob_id number - get status of a particular job_id\nstatus string(failed/succeeded/created) - get all tasks with a fixed status\n```\n\n- `/v1/tasks/CompletedTask` GET - Get a list of Succeeded tasks\n\n```md\n@header\nAuthentication - Bearer {access_token}\n```\n\n- This Project has been made using a boiler plate template which can be found [here](https://github.com/hagopj13/node-express-boilerplate)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajivharlalka%2Fbee-queue-task","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajivharlalka%2Fbee-queue-task","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajivharlalka%2Fbee-queue-task/lists"}