{"id":21497865,"url":"https://github.com/saiyamdubey/basic_crud_app","last_synced_at":"2026-03-05T13:03:04.002Z","repository":{"id":215473717,"uuid":"739001528","full_name":"saiyamdubey/Basic_CRUD_app","owner":"saiyamdubey","description":"This is a basic application written in NODE.js { javascript } , It can perform GET, PUT, POST, PATCH, DELETE operations in MONGODB ...","archived":false,"fork":false,"pushed_at":"2024-07-01T12:57:18.000Z","size":49,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-31T00:27:13.038Z","etag":null,"topics":["controllers","database-management","db","html-css-javascript","js","middleware","mongodb","mongoose","nodejs","server"],"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/saiyamdubey.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":"2024-01-04T14:46:01.000Z","updated_at":"2024-08-05T19:00:21.000Z","dependencies_parsed_at":"2024-01-04T16:51:51.197Z","dependency_job_id":"66e427bc-8b9e-4cfc-ad5b-81d647a1510e","html_url":"https://github.com/saiyamdubey/Basic_CRUD_app","commit_stats":null,"previous_names":["saiyamdubey/basic_crud_app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saiyamdubey/Basic_CRUD_app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiyamdubey%2FBasic_CRUD_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiyamdubey%2FBasic_CRUD_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiyamdubey%2FBasic_CRUD_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiyamdubey%2FBasic_CRUD_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saiyamdubey","download_url":"https://codeload.github.com/saiyamdubey/Basic_CRUD_app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiyamdubey%2FBasic_CRUD_app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30127218,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T12:40:50.676Z","status":"ssl_error","status_checked_at":"2026-03-05T12:39:32.209Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["controllers","database-management","db","html-css-javascript","js","middleware","mongodb","mongoose","nodejs","server"],"created_at":"2024-11-23T16:27:07.585Z","updated_at":"2026-03-05T13:03:03.969Z","avatar_url":"https://github.com/saiyamdubey.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Basic_CRUD_app\nThis is a basic application written in NODE.js { javascript } , It can perform GET, PUT, POST, PATCH, DELETE operations in MONGODB ...\n\nBasic CRUD Operations in Node.js with MongoDB\nThis repository contains a simple Node.js application demonstrating basic CRUD (Create, Read, Update, Delete) operations using MongoDB as the database.\n\n### Prerequisites\nBefore running the application, make sure you have the following installed on your machine:\n\n#####Node.js: Download and Install Node.js\n#####MongoDB: Install MongoDB\n#####Getting Started\n#####Clone \n\nthe repository:\n### bash\nCopy code\n\ngit clone https://github.com/saiyamdubey/Basic_CRUD_app\n\nNavigate to the project directory:\n\n\n### bash\nCopy code\ncd Basic_CRUD_app\nInstall dependencies:\n\nbash\nCopy code\nnpm install\nConfigure MongoDB:\n\n### Make sure your MongoDB server is running.\nUpdate the MongoDB connection details in config.js if necessary.\nRun the application:\n\n### bash\nCopy code\nnpm start\nThe application will be accessible at http://localhost:3000.\n\n##### API Endpoints\nCreate a new item:\n\nEndpoint: POST /user\nRequest Body:\njson\nCopy code\n{\n  \"name\": \"user Name\",\n  \"description\": \"user description data\"\n}\nGet all items:\n\nEndpoint: GET /user\nGet a specific item:\n\nEndpoint: GET /user/:id\nUpdate an item:\n\nEndpoint: PUT /user/:id\nRequest Body:\njson\nCopy code\n{\n  \"name\": \"Updated Item Name\",\n  \"description\": \"Updated Item Description\"\n}\nDelete an item:\n\n##Endpoint: DELETE /items/:id\nContributing\nFeel free to contribute to this project by opening issues or submitting pull requests. Your feedback and contributions are highly appreciated!\n\n##License\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaiyamdubey%2Fbasic_crud_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaiyamdubey%2Fbasic_crud_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaiyamdubey%2Fbasic_crud_app/lists"}