{"id":15650476,"url":"https://github.com/itsdevcoffee/reddit-clone-api","last_synced_at":"2025-10-08T06:37:35.553Z","repository":{"id":93357431,"uuid":"80385691","full_name":"itsdevcoffee/reddit-clone-api","owner":"itsdevcoffee","description":null,"archived":false,"fork":false,"pushed_at":"2017-02-01T06:28:07.000Z","size":6,"stargazers_count":36,"open_issues_count":1,"forks_count":20,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-30T17:03:51.258Z","etag":null,"topics":[],"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/itsdevcoffee.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-01-30T01:29:06.000Z","updated_at":"2025-04-27T10:05:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"ee686e85-ff92-4192-8039-92d7fb4fb3c9","html_url":"https://github.com/itsdevcoffee/reddit-clone-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/itsdevcoffee/reddit-clone-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdevcoffee%2Freddit-clone-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdevcoffee%2Freddit-clone-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdevcoffee%2Freddit-clone-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdevcoffee%2Freddit-clone-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsdevcoffee","download_url":"https://codeload.github.com/itsdevcoffee/reddit-clone-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdevcoffee%2Freddit-clone-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278903011,"owners_count":26065784,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-03T12:34:46.610Z","updated_at":"2025-10-08T06:37:35.531Z","avatar_url":"https://github.com/itsdevcoffee.png","language":"JavaScript","readme":"# Reddit Api Clone - (Part 1)\n\nThis repo is for a series called 'Build a Reddit API Clone' You can follow this YouTube series at [Build a Reddit API Clone - Part 1](https://youtu.be/L5Nle1VXYnw).\n\n## Prerequisites \n\n1. Basic understanding of how Node.js, Express.js, and MongoDB.\n  * If you don't feel comfortable with with your skills with either Node.js / Express.js / MongoDB or just want a refresher there are some awesome tutorials to get you up and running that are linked below.\n    * \u003ca href=\"https://youtu.be/pU9Q6oiQNd0\" target=\"_blank\"\u003eWhat is Node.js Exactly? by LearnCode.academy\u003c/a\u003e\n    * \u003ca href=\"https://youtu.be/U8XF6AFGqlc\" target=\"_blank\"\u003eNode.js Tutorial for absolute beginners by Traversy Media\u003c/a\u003e\n    * \u003ca href=\"https://youtu.be/xDCKcNBFsuI\" target=\"_blank\"\u003eExpress Tutorial by Derek Banas\u003c/a\u003e\n    * \u003ca href=\"https://youtu.be/gnsO8-xJ8rs\" target=\"_blank\"\u003eExpressJS Crash Course by Traversy Media\u003c/a\u003e\n    * \u003ca href=\"https://youtu.be/-0X8mr6Q8Ew\" target=\"_blank\"\u003eMongoDB Tutorial by Derek Banas\u003c/a\u003e\n    * \u003ca href=\"https://youtu.be/Do_Hsb_Hs3c\" target=\"_blank\"\u003eNodeJS MongoDB Tutorial by Derek Banas\u003c/a\u003e\n    \n2. A running instance of MongoDB\n  * \u003ca href=\"https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/\" target=\"_blank\"\u003eInstall MongoDB Community Edition on OS X\u003c/a\u003e\n  * \u003ca href=\"https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/\" target=\"_blank\"\u003eInstall MongoDB Community Edition on Windows\u003c/a\u003e\n  * You also have the option of creating a sandbox MongoDB instance on mLab or another MongoDB hosting service and connecting to that.\n    * \u003ca href=\"https://mlab.com/\" target=\"_blank\"\u003emLab\u003c/a\u003e\n    * \u003ca href=\"http://docs.mlab.com/connecting/\" target=\"_blank\"\u003eConnecting to mLab DB instance\u003c/a\u003e\n\n3. Download Postman to test and work with our API - \u003ca href=\"https://www.getpostman.com/\" target=\"_blank\"\u003ePostman Download\u003c/a\u003e\n\n4. Clone this repo, run ```npm install```, open repo in your text editor of choice, and run ```npm start``` now we're ready to go!\n\nBonus: Look over the \u003ca href=\"http://mongoosejs.com/\" target=\"_blank\"\u003eMongoose documentation\u003c/a\u003e.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsdevcoffee%2Freddit-clone-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsdevcoffee%2Freddit-clone-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsdevcoffee%2Freddit-clone-api/lists"}