{"id":22013303,"url":"https://github.com/catherinee24/backend-mongodb-nodejs","last_synced_at":"2026-04-14T10:32:01.143Z","repository":{"id":154360398,"uuid":"553899573","full_name":"catherinee24/Backend-mongodb-nodejs","owner":"catherinee24","description":"Backend with mongodb and nodejs.","archived":false,"fork":false,"pushed_at":"2022-10-26T23:17:53.000Z","size":65,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-18T13:02:20.137Z","etag":null,"topics":["api-rest","expressjs","mongodb","mongodb-database","mongoose","nodejs","nodemon","postman"],"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/catherinee24.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":"2022-10-19T00:18:40.000Z","updated_at":"2023-08-07T13:34:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"e39ee895-0708-4516-836d-981ac6f745f0","html_url":"https://github.com/catherinee24/Backend-mongodb-nodejs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/catherinee24/Backend-mongodb-nodejs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catherinee24%2FBackend-mongodb-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catherinee24%2FBackend-mongodb-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catherinee24%2FBackend-mongodb-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catherinee24%2FBackend-mongodb-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/catherinee24","download_url":"https://codeload.github.com/catherinee24/Backend-mongodb-nodejs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catherinee24%2FBackend-mongodb-nodejs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31793212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"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":["api-rest","expressjs","mongodb","mongodb-database","mongoose","nodejs","nodemon","postman"],"created_at":"2024-11-30T03:19:02.808Z","updated_at":"2026-04-14T10:32:01.121Z","avatar_url":"https://github.com/catherinee24.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eBackend made with mongodb and nodejs ⚡\u003c/h1\u003e\r\n\u003cp\u003eMaking a backend to practice more mongodb, nodejs, expressjs, etc.\u003c/p\u003e\r\n\r\n\u003ch2\u003e Installing / Getting started \u003c/h2\u003e\r\n\r\n```\r\nnpm install\r\n```  \r\n\u003cp\u003eDrop all necessary dependencies\u003c/p\u003e\r\n\u003chr\u003e\r\n\r\n\u003ch2\u003e Technologies / Built With \u003c/h2\u003e\r\n\r\n- \u003ca href=\"https://code.visualstudio.com/download\"\u003eVSCode\u003c/a\u003e \r\n- \u003ca href=\"https://www.mongodb.com/docs/manual/administration/install-community/\"\u003e MongoDB\u003c/a\u003e \r\n- \u003ca href=\"https://nodejs.org/en/download/\"\u003eNodejs\u003c/a\u003e\r\n- \u003ca href=\"https://expressjs.com/en/starter/installing.html\"\u003eExpressjs\u003c/a\u003e\r\n- \u003ca href=\"https://www.npmjs.com/package/nodemon\"\u003eNodemon\u003c/a\u003e\r\n- \u003ca href=\"https://www.npmjs.com/package/mongoose\"\u003eMongoose\u003c/a\u003e\r\n- \u003ca href=\"https://www.npmjs.com/package/body-parser\"\u003eBody-parser\u003c/a\u003e\r\n- \u003ca href=\"https://www.npmjs.com/package/connect-multiparty\"\u003eConnect-multiparty\u003c/a\u003e\r\n- \u003ca href=\"https://www.postman.com/downloads/\"\u003ePostman\u003c/a\u003e\r\n- \u003ca href=\"https://studio3t.com/download-studio3t-free\"\u003eStudio 3T\u003c/a\u003e\r\n\r\n\u003ch2\u003ePrettier definition \u003c/h2\u003e\r\n\u003cp\u003e Prettier offers support for multiple languages and frameworks. What \u003cPrettier\u003e offers is to take your code and \"re-format\" it based on the defined settings thus maintaining a consistent style. Making it much more readable and without worrying about how you write it initially.\u003c/p\u003e\r\n\r\n\u003cp\u003e \u003cstrong\u003e Link to install prettier: \u003ca href=\"https://prettier.io/docs/en/install.html\"\u003ePrettier\u003c/a\u003e \u003cstrong\u003e\u003c/p\u003e\r\n\r\n\r\n\u003ch2\u003eContributing\u003c/h2\u003e\r\n\r\n\u003cp\u003e Contributions are always welcome! Open a PR or an issue!\u003c/p\u003e\r\n\r\n\u003cp\u003e Thank you! 😊 \u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatherinee24%2Fbackend-mongodb-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcatherinee24%2Fbackend-mongodb-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatherinee24%2Fbackend-mongodb-nodejs/lists"}