{"id":18763511,"url":"https://github.com/linx05/nodejs-workshop","last_synced_at":"2025-12-06T02:30:13.171Z","repository":{"id":41760525,"uuid":"169533429","full_name":"linx05/nodejs-workshop","owner":"linx05","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-05T00:39:58.000Z","size":3376,"stargazers_count":0,"open_issues_count":51,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-29T05:25:09.922Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linx05.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-07T07:19:30.000Z","updated_at":"2019-11-07T06:34:43.000Z","dependencies_parsed_at":"2023-02-03T01:32:04.895Z","dependency_job_id":null,"html_url":"https://github.com/linx05/nodejs-workshop","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/linx05%2Fnodejs-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linx05%2Fnodejs-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linx05%2Fnodejs-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linx05%2Fnodejs-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linx05","download_url":"https://codeload.github.com/linx05/nodejs-workshop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239661821,"owners_count":19676411,"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-07T18:26:27.407Z","updated_at":"2025-12-06T02:30:13.088Z","avatar_url":"https://github.com/linx05.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Node.js Workshop](https://docs.google.com/presentation/d/13dK6_AeKu7epd-HZdxGYkl6mt1sDT1mjX84mNfF_9gQ/edit?usp=sharing)\n\n## Agenda\n\n### What's...\n\n- JavaScript\n- Node.js\n- Runtime\n- the point!\n\n### Let's write (and run) some code! (hello-world)\n\nLet's start off writing some code and seeing how to run it on Node.js.\nWhile we're at it, let's kick off our first server!\n\n### Modules, Modules, Modules\n\nModules are fundamental part for creating Node.js applications. We'll take a look at how we can create our own modules and use existing ones from NPM.\n\n#### Creating modules and using Node.js Standard Modules (modules)\n\nWe'll create our own CommonJS module for reading the files in a directory and filtering them. We'll take advantage of the `fs` Node.js module to access the file system.\n\n#### NPM what? (fetch-dogs)\n\nWe'll be taking a look at `npm` module repository and how we can use it to extend the functionality of our applications.\nWe are going to install the `isomorphic-fetch` package and query the [Dog API](https://dog.ceo/dog-api/) to fetch ourselves some dogs 🐶.\n\n### Lets make an create an API (shopping-cart)\n\n[Express](https://expressjs.com) is Node.js most used framework. We'll be taking a look at how to use it to create a full fletched API server and creating the server side of a shopping cart application.\n\n### Let's save that stuff (shopping-cart-mongodb)\n\nNow that we finished up with the functionality for our shopping cart API, let's persist this information to a database.\nWe'll be using MongoDB in combination with the Mongoose ORM to create reusable models and persist our information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinx05%2Fnodejs-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinx05%2Fnodejs-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinx05%2Fnodejs-workshop/lists"}