{"id":23428343,"url":"https://github.com/stevenfitzpatrick/node-course","last_synced_at":"2025-04-09T13:18:53.002Z","repository":{"id":79154022,"uuid":"90918868","full_name":"stevenfitzpatrick/node-course","owner":"stevenfitzpatrick","description":null,"archived":false,"fork":false,"pushed_at":"2017-05-11T00:09:11.000Z","size":13546,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-15T07:23:50.840Z","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/stevenfitzpatrick.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":"2017-05-11T00:04:14.000Z","updated_at":"2017-05-11T00:09:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"be159b63-19d7-4041-88bc-53afc8878133","html_url":"https://github.com/stevenfitzpatrick/node-course","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/stevenfitzpatrick%2Fnode-course","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenfitzpatrick%2Fnode-course/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenfitzpatrick%2Fnode-course/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenfitzpatrick%2Fnode-course/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stevenfitzpatrick","download_url":"https://codeload.github.com/stevenfitzpatrick/node-course/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248045270,"owners_count":21038557,"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-12-23T07:12:12.111Z","updated_at":"2025-04-09T13:18:52.972Z","avatar_url":"https://github.com/stevenfitzpatrick.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](http://wes.io/kH9O/wowwwwwwwww.jpg)](https://LearnNode.com)\n\n# Learn Node Starter Files + Stepped Solutions\n\nThese are the starter files and stepped solutions to accompany the LearnNode.com course.\n\nYou'll start your application in the `starter-files` directory — feel free to rename it.\n\nIf you need help, each folder number corresponds with where you should be at the *start* of a video. So if you are having trouble with video **24**, look to video **25** for the answer.\n\nThe stepped solutions are meant for you to apply on top of your existing code - they don't stand on their own. \n\nNot all videos have a solution as their changes aren't significant enough.\n\n## Getting Help\n\nNeed some help? Want to chat with the other learners? The Slack Chat that accompanies this course is where you should be asking questions — this repo is meant as a place to grab the starter files and isn't a support channel.\n\n## Pull Requests\n\nIf you found a different / better way to solve problems in the application, great! These files are meant to be as close to 1:1 as they are shown in the videos so I generally won't accept any pull requests for changing how the application functions.\n\nGlaring errors, clarifications and files that aren't shown in the videos are totally fair game for pull requests and are appreciated.\n\nEnjoy!\n\n## FAQ\n\n### I'm getting errors related to `/data/db` like `code:100` and `connection failed`\n\nCheck out [this answer](https://stackoverflow.com/questions/7948789/mongodb-mongod-complains-that-there-is-no-data-db-folder#answer-7948986) on stack overflow to get mongoDB running locally.\n\n## I'm getting a `URIError: URI malformed` error when running `npm start`\n\nThanks to [Chris Ellinger](https://twitter.com/devoidofgenius) for this: \n\n\u003e If you’re getting a `URIError: URI malformed` error when running `npm start`, break out your environment variables. Go into `variables.env` and split the URI like this `MONGO_URI=mongodb://host.com:port` `DB_USER=username` and `DB_PASS=password`. Then inside your `start.js` replace `mongoose.connect(process.env.DATABASE)` with `mongoose.connect(process.env.MONGO_URI, {user: process.env.DB_USER, pass: process.env.DB_PASS});`. I had issues connecting to my mongodb because my password contained symbols.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevenfitzpatrick%2Fnode-course","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevenfitzpatrick%2Fnode-course","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevenfitzpatrick%2Fnode-course/lists"}