{"id":15704862,"url":"https://github.com/tsherburne/udacity-fsdev-catalog","last_synced_at":"2025-03-30T15:25:29.318Z","repository":{"id":120563483,"uuid":"118670831","full_name":"tsherburne/udacity-fsdev-catalog","owner":"tsherburne","description":"Udacity Full-stack Developer Catalog Project","archived":false,"fork":false,"pushed_at":"2018-01-28T12:47:54.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T17:12:00.387Z","etag":null,"topics":["udacity-fullstack-nanodegree"],"latest_commit_sha":null,"homepage":"","language":"Python","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/tsherburne.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":"2018-01-23T21:15:57.000Z","updated_at":"2020-05-14T06:38:45.000Z","dependencies_parsed_at":"2023-04-08T23:16:26.006Z","dependency_job_id":null,"html_url":"https://github.com/tsherburne/udacity-fsdev-catalog","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"980a7c623765fac5d2cb8b45f12812fda0faddb7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsherburne%2Fudacity-fsdev-catalog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsherburne%2Fudacity-fsdev-catalog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsherburne%2Fudacity-fsdev-catalog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsherburne%2Fudacity-fsdev-catalog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsherburne","download_url":"https://codeload.github.com/tsherburne/udacity-fsdev-catalog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246336382,"owners_count":20761044,"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":["udacity-fullstack-nanodegree"],"created_at":"2024-10-03T20:14:09.364Z","updated_at":"2025-03-30T15:25:29.300Z","avatar_url":"https://github.com/tsherburne.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Wood Products Catalog\nThis respository is for project #4 (Catalog DB with data-driven Web UI) \nfor the [Udacity Fullstack Developers Nano Degree](https://www.udacity.com/course/full-stack-web-developer-nanodegree--nd004).\n### Table of Contents\n\n* [Installation](#installation)\n* [Setup](#setup)\n* [Running](#running)\n\n### Installation\nClone the respository:\n\n```\nhttps://github.com/tsherburne/udacity-fsdev-catalog.git\ncd udacity-fsdev-catalog\n```\n\n### Setup\nInitalize and populate the sample database.\n```\npython db_setup.py\nphthon populate_db.py\n```\nUsing Google Developer Account, enable a test project and create account credentials.\nhttps://console.developers.google.com/\n\nThe `client_secrets.json` needs to be downloaded from Google and stored in the same directory as the `server.py` to enable Google Authentication\n\nThe OAuth authentication flow in this project leverages the Google Python Tutorial.\nSee: https://developers.google.com/identity/protocols/OAuth2WebServer\n\nBy default the Web Server listens on port 8080.  If desired, the port can be updated in `server.py`\n### Running\n\nStart the Web Server:\n```\npython server.py\n```\n\nOpen a browser and to view and update the Wood Products Catalog!\n```\nhttps://\u003chost\u003e:8080\n```\n\nThe Catalog can be browsed without logging in, but modification (Create / Update / Delete) of an item requires login. Buttons in the right hand corner of the header provide login / logout functions. Additionally, only the user who creates an item can later update or delete that item.\n\nA JSON endpoint is provided to retrive an item from the catalog.\n```\nhttps://\u003chost\u003e:8080/api/item/\u003citem_id\u003e/JSON\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsherburne%2Fudacity-fsdev-catalog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsherburne%2Fudacity-fsdev-catalog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsherburne%2Fudacity-fsdev-catalog/lists"}