{"id":18470971,"url":"https://github.com/moonhighway/pet-library","last_synced_at":"2025-08-12T17:42:11.214Z","repository":{"id":34869211,"uuid":"173023070","full_name":"MoonHighway/pet-library","owner":"MoonHighway","description":"A library for pets 🐱🐶🐰","archived":false,"fork":false,"pushed_at":"2025-07-23T23:09:33.000Z","size":273,"stargazers_count":53,"open_issues_count":10,"forks_count":13,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-24T01:34:53.083Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pet-library.moonhighway.com","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/MoonHighway.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":"2019-02-28T02:05:14.000Z","updated_at":"2023-09-29T18:49:37.000Z","dependencies_parsed_at":"2025-07-24T00:19:39.490Z","dependency_job_id":"ba934595-228c-4b4b-8836-328801bccdc4","html_url":"https://github.com/MoonHighway/pet-library","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MoonHighway/pet-library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoonHighway%2Fpet-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoonHighway%2Fpet-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoonHighway%2Fpet-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoonHighway%2Fpet-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MoonHighway","download_url":"https://codeload.github.com/MoonHighway/pet-library/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoonHighway%2Fpet-library/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270108495,"owners_count":24528760,"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-08-12T02:00:09.011Z","response_time":80,"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-11-06T10:15:26.962Z","updated_at":"2025-08-12T17:42:11.154Z","avatar_url":"https://github.com/MoonHighway.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://i.imgur.com/RJzoZMg.png\" width=\"100\" alt=\"cat\"/\u003e\n\u003cimg src=\"https://i.imgur.com/68QPxcs.png\" width=\"100\" alt=\"dog\"/\u003e\n\u003cimg src=\"https://i.imgur.com/GhRyeU5.png\" width=\"100\" alt=\"rabbit\"/\u003e\n\u003c/p\u003e\n\n# Pet Library API\n\n## Overview\n\nThe Pet Library is a real pet library checkout system for a fake pet library. The purpose of the Pet Library is to teach developers how to work with the GraphQL Query Language and how to send queries, mutations, and subscriptions to this API.\n\n## Installation\n\n### 1. Clone or download this repository.\n\n```\ngit clone https://github.com/moonhighway/pet-library.git\ncd pet-library\n```\n\n### 2. Install the dependencies.\n\n```\nnpm install\n```\n\nOr use yarn:\n\n```\nyarn\n```\n\n### 3. Set up Mongo locally.\n\nThis project will use Mongo as a database. If you aren't a user of Mongo already, you can install Mongo locally, or use [mLab](https://mlab.com), a cloud-based version of Mongo, for this app.\n\nFor further installation instructions, check out these resources:\n\n- [Mongo Installation for Mac](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/)\n- [Mongo Installation for PC](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/)\n- [Local Instructions for Mongo \u0026 mLab](https://gist.github.com/eveporcello/e80a90f39de3b63a9c20136536f477df)\n\n### 4. Add a `.env` file to the root of your project.\n\nYou will need to add variables for `MONGODB_URI` and `SECRET`.\n\n- `MONGODB_URI` is the route where your installation of Mongo is running. This usually runs at `mongodb://localhost:27017/pet-library`.\n- `SECRET` is just a text string (can be anything) so that the user auth works as expected:\n\n```\nMONGODB_URI=\u003cYOUR_MONGO_URI_HERE\u003e\nSECRET=\u003cYOUR_AUTH_SECRET_HERE\u003e\n```\n\n## Starting the Project - Dev Mode\n\nRun the following command: `npm run dev`.\n\nThis project was created by [Alex Banks](http://twitter.com/moontahoe) and\n[Eve Porcello](http://twitter.com/eveporcello) from\n[Moon Highway](https://www.moonhighway.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonhighway%2Fpet-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoonhighway%2Fpet-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonhighway%2Fpet-library/lists"}