{"id":20345777,"url":"https://github.com/izzypt/got_api","last_synced_at":"2026-02-25T14:41:06.087Z","repository":{"id":151595592,"uuid":"581613207","full_name":"izzypt/GoT_API","owner":"izzypt","description":"Building a mini app with basic CRUD.","archived":false,"fork":false,"pushed_at":"2023-01-07T20:01:57.000Z","size":161,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-14T21:45:47.332Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","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/izzypt.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-12-23T18:05:03.000Z","updated_at":"2023-01-07T20:44:31.000Z","dependencies_parsed_at":"2023-04-18T21:46:35.530Z","dependency_job_id":null,"html_url":"https://github.com/izzypt/GoT_API","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/izzypt%2FGoT_API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izzypt%2FGoT_API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izzypt%2FGoT_API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izzypt%2FGoT_API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/izzypt","download_url":"https://codeload.github.com/izzypt/GoT_API/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241876612,"owners_count":20035396,"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":[],"created_at":"2024-11-14T22:09:45.551Z","updated_at":"2025-10-25T23:09:56.158Z","avatar_url":"https://github.com/izzypt.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoT_API\n\n### Description\n\nAs we are fans of Game of Thrones, we would like to have an application that can\nshow the great houses of the Seven Kingdoms with a few members.\nThe application will have two distinct entities: houses and members. Each house\nrepresents a family: Stark, Lannister, Baratheon, etc) and members must belong to a house -\nNed Stark belongs to House Stark.\n\n### Functionality:\n\nThe API must include CRUD (Create Remove Update Delete) operations for both entities\nwith validation - you can’t leave members without a house!\nWhen fetching a house, the API should also be able to return all its members and when\nfetching a member the API should return the data of the house (s)he belongs to.\n\n## FrontEnd Result\n\n\u003cdiv align=\"left\"\u003e\n      \u003ca href=\"https://www.youtube.com/watch?v=e4pwoi3x2vY\"\u003e\n         \u003cimg src=\"https://img.youtube.com/vi/e4pwoi3x2vY/0.jpg\" style=\"width:100%;\"\u003e\n      \u003c/a\u003e\n\u003c/div\u003e\n\n## Backend GraphQL API  \n\n\u003cdiv align=\"left\"\u003e\n      \u003ca href=\"https://www.youtube.com/watch?v=HusM7zZIu3Y\"\u003e\n         \u003cimg src=\"https://img.youtube.com/vi/HusM7zZIu3Y/0.jpg\" style=\"width:100%;\"\u003e\n      \u003c/a\u003e\n\u003c/div\u003e\n\n\n## Starting backend\n  1 - Create virtual environment to keep our dependeciens isolated and avoid packages conflicts\n  \n    python3 -m venv venv\n    \n  2 - activate virtual env \n    \n     ubuntu/Mac -\u003e \"source venv/bin/activate\"\n     Win -\u003e \".\\venv\\Scripts\\activate\"\n     \n  3 - Install DJango \n  \n     $ python -m pip install Django\n     \n  4 - Install Graphene\n  \n    $ pip install graphene-django\n    \n  5 - Install corsheaders to request from  different domain than the one that served the web page\n  \n    pip install django-cors-headers\n    \n  5 - Output a file to save/track our current packages\n  \n    $ pip freeze \u003e requirements.txt\n   Later we can install the same packages from it using : pip install -r requirements.txt\n    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizzypt%2Fgot_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fizzypt%2Fgot_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizzypt%2Fgot_api/lists"}