{"id":23357586,"url":"https://github.com/kundusubrata/aws-backend-server","last_synced_at":"2026-04-29T17:03:04.248Z","repository":{"id":266213842,"uuid":"897251303","full_name":"kundusubrata/aws-backend-server","owner":"kundusubrata","description":"A basic Node.js and Express.js backend server with APIs for testing todos, sums, interest, and notifications.","archived":false,"fork":false,"pushed_at":"2024-12-03T05:39:04.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T20:17:30.682Z","etag":null,"topics":["backend-server","javascript"],"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/kundusubrata.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-12-02T10:02:03.000Z","updated_at":"2024-12-03T05:41:31.000Z","dependencies_parsed_at":"2024-12-03T06:38:57.121Z","dependency_job_id":null,"html_url":"https://github.com/kundusubrata/aws-backend-server","commit_stats":null,"previous_names":["kundusubrata/aws-backend-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kundusubrata/aws-backend-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kundusubrata%2Faws-backend-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kundusubrata%2Faws-backend-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kundusubrata%2Faws-backend-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kundusubrata%2Faws-backend-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kundusubrata","download_url":"https://codeload.github.com/kundusubrata/aws-backend-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kundusubrata%2Faws-backend-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32435122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"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-server","javascript"],"created_at":"2024-12-21T10:30:09.421Z","updated_at":"2026-04-29T17:03:04.231Z","avatar_url":"https://github.com/kundusubrata.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Basic Backend Server\n\nThis is a basic backend server built with Node.js and Express.js using Javascript. It provides several API routes for testing purposes, including fetching todos, calculating sums, and generating random notifications.\n\n## Prerequisites\n\n- NVM(Node Version Manager) [NVM Installation guide](https://codedamn.com/news/nodejs/nvm-installation-setup-guide)\n- Git\n\t```\n\tnvm --version\n\tnvm ls-remote\n\tnvm install node\n\tnode -v\n\tnpm -v\n\t```\n## Installation \u0026\u0026 Running the Server\n```\ngit clone https://github.com/kundusubrata/aws-backend-server.git\ncd aws-backend-server\nnpm install \nnpm run dev\n```\nThe server will run on `http://localhost:8080`.\n\n## API Endpoints\n1. Get a Specific Todo: http://localhost:8080/todo?id=2\n2. Get Random Todos: http://localhost:8080/todos\n3. Calculate Sum of Two Numbers: http://localhost:8080/sum?a=2\u0026b=3\n4. Calculate Simple Interest: http://localhost:8080/interest?principal=100\u0026rate=5\u0026time=2\n5. Get Random Notifications: http://localhost:8080/notifications\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkundusubrata%2Faws-backend-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkundusubrata%2Faws-backend-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkundusubrata%2Faws-backend-server/lists"}