{"id":19926144,"url":"https://github.com/ittokunvim/leaning-mdn-express-node","last_synced_at":"2026-06-08T02:31:22.076Z","repository":{"id":62789926,"uuid":"433097531","full_name":"ittokunvim/leaning-mdn-express-node","owner":"ittokunvim","description":"express and nodejs tutorial","archived":false,"fork":false,"pushed_at":"2022-11-16T18:11:42.000Z","size":489,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T10:41:53.825Z","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/ittokunvim.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":"2021-11-29T15:32:18.000Z","updated_at":"2024-05-15T12:39:59.000Z","dependencies_parsed_at":"2023-01-23T11:15:56.425Z","dependency_job_id":null,"html_url":"https://github.com/ittokunvim/leaning-mdn-express-node","commit_stats":null,"previous_names":["ittokunvim/leaning-express-node","ittokunvim/leaning-mdn-express-node"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ittokunvim/leaning-mdn-express-node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ittokunvim%2Fleaning-mdn-express-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ittokunvim%2Fleaning-mdn-express-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ittokunvim%2Fleaning-mdn-express-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ittokunvim%2Fleaning-mdn-express-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ittokunvim","download_url":"https://codeload.github.com/ittokunvim/leaning-mdn-express-node/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ittokunvim%2Fleaning-mdn-express-node/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34046003,"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-08T02:00:07.615Z","response_time":111,"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-12T22:28:08.904Z","updated_at":"2026-06-08T02:31:22.060Z","avatar_url":"https://github.com/ittokunvim.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# leaning-express-node\n\n\u003e 参考：https://developer.mozilla.org/ja/docs/Learn/Server-side/Express_Nodejs\n\nここでは、Expressウェブフレームワークの主な利点、開発環境の設定方法、一般的なウェブ開発と配置作業の実行方法についてみていきます。\n\n### 前提条件\n\nサーバーサイドのウェブプログラミングとウェブフレームワークが何かを理解する必要があります。\n\n### 目次\n\n1. [入門](https://github.com/ittoku-ky73/leaning-express-node/blob/main/doc/introduction.md)\n2. [開発環境の設定](https://github.com/ittoku-ky73/leaning-express-node/blob/main/doc/development-environment.md)\n3. Expressチュートリアル\n   1. [地域図書館のウェブサイト](https://github.com/ittoku-ky73/leaning-express-node/blob/main/doc/local-library-website.md)\n   2. [スケルトンウェブサイトの作成](https://github.com/ittoku-ky73/leaning-express-node/blob/main/doc/skeleton-website.md)\n   3. [データベースの使用（Mongoose）](https://github.com/ittoku-ky73/leaning-express-node/blob/main/doc/mongoose.md)\n   4. [ルートとコントローラー](https://github.com/ittoku-ky73/leaning-express-node/blob/main/doc/routes.md)\n   5. [ライブラリデータの表示](https://github.com/ittoku-ky73/leaning-express-node/blob/main/doc/displaying-data.md)\n      1. [コントローラ非同期処理](https://github.com/ittoku-ky73/leaning-express-node/blob/main/doc/Displaying-data/async.md)\n      2. [EJS](https://github.com/ittoku-ky73/leaning-express-node/blob/main/doc/Displaying-data/ejs.md)\n      3. [地域図書館テンプレート](https://github.com/ittoku-ky73/leaning-express-node/blob/main/doc/Displaying-data/template.md)\n      4. [ホームページ](https://github.com/ittoku-ky73/leaning-express-node/blob/main/doc/Displaying-data/homepage.md)\n      5. [本のリストページ](https://github.com/ittoku-ky73/leaning-express-node/blob/main/doc/Displaying-data/book_list.md)\n      6. [本のコピーリストページ](https://github.com/ittoku-ky73/leaning-express-node/blob/main/doc/Displaying-data/bookinstance_list.md)\n      7. [luxon](https://github.com/ittoku-ky73/leaning-express-node/blob/main/doc/Displaying-data/luxon.md)\n      8. [著者とジャンルのリストページ](https://github.com/ittoku-ky73/leaning-express-node/blob/main/doc/Displaying-data/author_genre_list.md)\n      9. [ジャンルの詳細ページ](https://github.com/ittoku-ky73/leaning-express-node/blob/main/doc/Displaying-data/genre_detail.md)\n      10. [本の詳細ページ](https://github.com/ittoku-ky73/leaning-express-node/blob/main/doc/Displaying-data/book_detail.md)\n      11. [著者の詳細ページ](https://github.com/ittoku-ky73/leaning-express-node/blob/main/doc/Displaying-data/author_detail.md)\n      12. [本のコピー詳細ページ](https://github.com/ittoku-ky73/leaning-express-node/blob/main/doc/Displaying-data/bookinstance_detail.md)\n   6. [フォームの操作](https://github.com/ittoku-ky73/leaning-express-node/blob/main/doc/forms.md)\n      1. [ジャンル作成フォーム](https://github.com/ittoku-ky73/leaning-express-node/blob/main/doc/Forms/genre_create_form.md)\n      2. [著者作成フォーム](https://github.com/ittoku-ky73/leaning-express-node/blob/main/doc/Forms/author_create_form.md)\n      3. [書籍作成フォーム](https://github.com/ittoku-ky73/leaning-express-node/blob/main/doc/Forms/book_create_form.md)\n      4. [書籍コピー作成フォーム](https://github.com/ittoku-ky73/leaning-express-node/blob/main/doc/Forms/bookinstance_create_form.md)\n      5. [著者削除フォーム](https://github.com/ittoku-ky73/leaning-express-node/blob/main/doc/Forms/author_delete_form.md)\n      6. [書籍更新フォーム](https://github.com/ittoku-ky73/leaning-express-node/blob/main/doc/Forms/book_update_form.md)\n   7. [デプロイ](https://github.com/ittoku-ky73/leaning-express-node/blob/main/doc/deployment.md)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fittokunvim%2Fleaning-mdn-express-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fittokunvim%2Fleaning-mdn-express-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fittokunvim%2Fleaning-mdn-express-node/lists"}