{"id":16469791,"url":"https://github.com/irsol/item-catalog-app","last_synced_at":"2026-04-11T12:48:40.925Z","repository":{"id":196304579,"uuid":"118667421","full_name":"irsol/item-catalog-app","owner":"irsol","description":"Udacity Fullstack Nanodegree Project: Item Catalog App","archived":false,"fork":false,"pushed_at":"2018-01-24T06:39:40.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-10T18:50:22.568Z","etag":null,"topics":["auth","catalog","database","database-setup","flask","full-stack","fullstack","google-api","item-catalog","json","json-api","login-system","nanodegree","python","python3","server","sqlite-database","udacity-fullstack-nanodegree","udacity-nanodegree","vagrant"],"latest_commit_sha":null,"homepage":"https://www.udacity.com/course/full-stack-web-developer-nanodegree--nd0044","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/irsol.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}},"created_at":"2018-01-23T20:46:18.000Z","updated_at":"2021-01-05T22:51:05.000Z","dependencies_parsed_at":"2023-09-24T09:04:10.726Z","dependency_job_id":null,"html_url":"https://github.com/irsol/item-catalog-app","commit_stats":null,"previous_names":["irsol/item-catalog-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irsol%2Fitem-catalog-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irsol%2Fitem-catalog-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irsol%2Fitem-catalog-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irsol%2Fitem-catalog-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irsol","download_url":"https://codeload.github.com/irsol/item-catalog-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241061952,"owners_count":19902794,"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":["auth","catalog","database","database-setup","flask","full-stack","fullstack","google-api","item-catalog","json","json-api","login-system","nanodegree","python","python3","server","sqlite-database","udacity-fullstack-nanodegree","udacity-nanodegree","vagrant"],"created_at":"2024-10-11T12:08:54.270Z","updated_at":"2026-04-11T12:48:35.877Z","avatar_url":"https://github.com/irsol.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project: Build an Item Catalog Application\n\n## Part of Udacity Full Stack Web Developer Nanodegree Program\n\n### Project Overview\nDevelop an application that provides a list of items within a variety of categories as well as provide a user registration and authentication system. Registered users will have the ability to post, edit and delete their own items.\n\n### Project's files:\ndatabase_setup.py - creates the sqlite database and related tables\nserver.py - runs the web app\npopulate_database.py - inserts values to the tables created by database_setup.py\nauth.py - authentication function and helper function to work with users\nstatic - for css styles\ntemplates - for HTML templates\n\n\n### Requirements\n  * Install Python 3, to check version: `Python --version`\n  * Install [Vagrant](https://www.vagrantup.com/) \n  * Install [Virtual Box](https://www.virtualbox.org/)\n  * [google Oauth Cient](https://console.developers.google.com/)\n\n ### Run \n  * Start Terminal and navigate to the project folder.\n  * cd to the vagrant directory\n  * Launch the Vagrant VM inside Vagrant sub-directory:\n    using command: `vagrant up` and log in command `vagrant ssh` \n  * Run `python3 database_setup.py` to create sqlite database and tables.\n  * To populate the database run populate_database.py\n  * Run `python3 server.py` to run the application.\n  * In a web browser connect to the localhost:8000 \n  * If your are an authenticated user (Google or Facebook sign in), you can manage categories and items. \n\n\n  ### How to use Google sign in\n    * Go to [Google APIs Console](https://console.developers.google.com/apis)\n    * Sign up or Login.\n    * Go to Credentials.\n    * Select OAuth Client ID.\n    * Select Web Application.\n    * Enter the name of your project 'My Project'.\n    * Set the authorized JavaScript origins `http://localhost:8000`, save changes.\n    * Copy the Client ID and paste it into login.html in your templates folder.\n    * On the consol download JSON file.\n    * Rename JSON file to client_secrets.json\n    * Put JSON file in your project's directory.\n    * Run your application.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firsol%2Fitem-catalog-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firsol%2Fitem-catalog-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firsol%2Fitem-catalog-app/lists"}