{"id":20334187,"url":"https://github.com/dumpysquare/node_course","last_synced_at":"2026-06-01T06:31:24.113Z","repository":{"id":38966822,"uuid":"247944456","full_name":"DumpySquare/node_course","owner":"DumpySquare","description":"node course q1 2020","archived":false,"fork":false,"pushed_at":"2023-01-24T04:24:30.000Z","size":2184,"stargazers_count":0,"open_issues_count":30,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-04T13:30:49.381Z","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/DumpySquare.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}},"created_at":"2020-03-17T10:46:11.000Z","updated_at":"2020-04-21T11:42:40.000Z","dependencies_parsed_at":"2023-02-06T06:02:27.189Z","dependency_job_id":null,"html_url":"https://github.com/DumpySquare/node_course","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DumpySquare/node_course","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DumpySquare%2Fnode_course","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DumpySquare%2Fnode_course/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DumpySquare%2Fnode_course/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DumpySquare%2Fnode_course/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DumpySquare","download_url":"https://codeload.github.com/DumpySquare/node_course/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DumpySquare%2Fnode_course/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33763648,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"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-14T20:36:18.452Z","updated_at":"2026-06-01T06:31:24.098Z","avatar_url":"https://github.com/DumpySquare.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node_course\nnode course q1 2020\n\nUdemy: Complete NodeJS Developer Course\n\n    https://www.udemy.com/course/the-complete-nodejs-developer-course-2\nBy Andew Mead @ mead.io\n\n    https://mead.io/\n\nWeather app built from course, running on Heroku\n\n    https://bengordon-weather-application.herokuapp.com/\n\n---\n\n# Git commands\nAdd all files to stage\n\u003egit add .\nCommit files with comment about the changes\n\u003egit commit -m \"setup app for heroku\"\nPush changes to master branch in github\n\u003egit push\n\nSets the Heroku remote in parallel with github\n\u003eheroku git:remote -a bengordon-weather-application\n\nThis doesn't work because the web-server app is in a sub folder of the entire class git.  The class had only setup the web-server app as a git.  I setup the entire project folder.  When it tried to push the entire project folder, it couldn't find a package.json file at the root to understand how to deploy and run the app.\n\u003egit push heroku master\n\npush the webserver sub-tree\n\u003egit subtree push --prefix web-server/ heroku master\n\nDeploying subtree of git project to heroku\n\n    https://medium.com/@shalandy/deploy-git-subdirectory-to-heroku-ea05e95fce1f\n\n\n## Cleaning information from a git\n\n    https://help.github.com/en/github/authenticating-to-github/removing-sensitive-data-from-a-repository\n    https://gist.github.com/vinnie357/f73daf15585ec586e0307090cb9a66ae \n\n---\n\n# node install mgmt\n\nWas running node v12 LTS, but ran into the following error, had to downgrade to v10\nhttps://dev.to/only8britt/referenceerror-primordials-is-not-defined-140a\n\n\nhttp://amcositsupport.blogspot.com/2016/07/to-completely-uninstall-node-js-from.html\nhttps://stackoverflow.com/questions/16151018/npm-throws-error-without-sudo\nhttps://github.com/nvm-sh/nvm\nhttps://geekflare.com/nodejs11-installation-guide/\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdumpysquare%2Fnode_course","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdumpysquare%2Fnode_course","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdumpysquare%2Fnode_course/lists"}