{"id":20282078,"url":"https://github.com/nbadiganti/express-mongoose","last_synced_at":"2026-05-06T09:38:13.594Z","repository":{"id":150919668,"uuid":"107681446","full_name":"nbadiganti/express-mongoose","owner":"nbadiganti","description":"Get started with Mongo DB with Express - using Mongoose schema ","archived":false,"fork":false,"pushed_at":"2018-12-19T11:57:51.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-14T07:47:35.755Z","etag":null,"topics":["controllers","express-mongoose","models","mongodb","mongodb-orm","mongoose-schema","nodejs","restful-api","routers"],"latest_commit_sha":null,"homepage":null,"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/nbadiganti.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":"2017-10-20T13:29:51.000Z","updated_at":"2018-12-19T11:57:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"d7cfbed7-2c9e-4902-a30c-5c4972dea6ac","html_url":"https://github.com/nbadiganti/express-mongoose","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbadiganti%2Fexpress-mongoose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbadiganti%2Fexpress-mongoose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbadiganti%2Fexpress-mongoose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbadiganti%2Fexpress-mongoose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nbadiganti","download_url":"https://codeload.github.com/nbadiganti/express-mongoose/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241774484,"owners_count":20018282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","express-mongoose","models","mongodb","mongodb-orm","mongoose-schema","nodejs","restful-api","routers"],"created_at":"2024-11-14T14:08:02.824Z","updated_at":"2026-05-06T09:38:08.562Z","avatar_url":"https://github.com/nbadiganti.png","language":"JavaScript","funding_links":["https://www.paypal.me/codingcursor/"],"categories":[],"sub_categories":[],"readme":"# express-mongoose\nGet started with Mongo DB with Express - using Mongoose schema \n\nThis project helps to create APIs using MongoDB with express JS to handle requests. \n[Documentation](https://nbadiganti.github.io/express-mongoose/)\n\n\n## Setup and installations \nStep 1 - install mongo db [Link](https://docs.mongodb.com/manual/installation/)  \u003cbr /\u003e\nStep 2 - **npm install** ( make sure that you are in your project folder) \u003cbr /\u003e\nStep 3 - Run the mongo server using the command **mongod** (Assuming that you have successfull mongodb server up and running) \u003cbr /\u003e\nStep 4 - Now access the below urls to post and get the data via API`s \u003cbr /\u003e\n\n         1. To add a category - http://localhost:3000/addCategory\n             Request body : {\n                                \"categoryName\": \"Top 50 Pick LInes\",\n                                \"status\": \"active\",\n                                \"categoryType\" : \"top50\"\n                            }\n             \n\n        2. To get All categories - http://localhost:3000/getAllCategories\n        3. To add new conversation - http://localhost:3000/addConversation\n            \n            Request body : {        \n                                \"chat\" : [ \"test2\", \"category test\" ,\"what the hell\" , \"wassup buddy\"],\n                                \"status\" : \"active\",\n                                \"categoryName\" : [\"romantic\", \"cute\"]\n                            }\n               \n\n        4. Get conversations by category - http://localhost:3000/getConversationsByCategory\n            \n            Request body : {\n                               \"categoryName\" : \"chessy\"\n                           }\n              \n        \n\n### Created \u0026 Maintained By\n\n[Nagendra Badiganti](https://github.com/nbadiganti) ([@nagendrabadigan](https://www.twitter.com/nagendrabadigan)) \n([Insta](https://www.instagram.com/nbadiganti))\n\n\u003e If you found this project helpful or you learned something from the source code and want to thank me, consider buying me a cup of :coffee:\n\u003e\n\u003e * [PayPal](https://www.paypal.me/codingcursor/)\n\u003e * [Portfolio](https://www.driftycode.com)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbadiganti%2Fexpress-mongoose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnbadiganti%2Fexpress-mongoose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbadiganti%2Fexpress-mongoose/lists"}