{"id":18647923,"url":"https://github.com/potchangelo/express-feelfriends","last_synced_at":"2026-02-21T21:06:59.402Z","repository":{"id":105110815,"uuid":"450037721","full_name":"potchangelo/express-feelfriends","owner":"potchangelo","description":"ตัวอย่างโปรเจ็ค Express จากคลิป \"สอน Express เบื้องต้น จนใช้ได้จริง #1\" ของ Zinglecode","archived":false,"fork":false,"pushed_at":"2022-09-30T09:15:20.000Z","size":526,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T06:07:23.387Z","etag":null,"topics":["dayjs","express","expressjs","handlebars","hbs","knex","mysql","nodejs"],"latest_commit_sha":null,"homepage":"https://express-feelfriends.alwaysdata.net/","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/potchangelo.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-20T09:46:17.000Z","updated_at":"2023-10-11T03:18:43.000Z","dependencies_parsed_at":"2023-03-13T14:50:08.057Z","dependency_job_id":null,"html_url":"https://github.com/potchangelo/express-feelfriends","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/potchangelo/express-feelfriends","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potchangelo%2Fexpress-feelfriends","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potchangelo%2Fexpress-feelfriends/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potchangelo%2Fexpress-feelfriends/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potchangelo%2Fexpress-feelfriends/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/potchangelo","download_url":"https://codeload.github.com/potchangelo/express-feelfriends/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potchangelo%2Fexpress-feelfriends/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29694197,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T18:18:25.093Z","status":"ssl_error","status_checked_at":"2026-02-21T18:18:22.435Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dayjs","express","expressjs","handlebars","hbs","knex","mysql","nodejs"],"created_at":"2024-11-07T06:28:19.770Z","updated_at":"2026-02-21T21:06:59.390Z","avatar_url":"https://github.com/potchangelo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Express FeelFriends\n\nhttps://express-feelfriends.alwaysdata.net/\n\nตัวอย่างโปรเจ็ค Express จากคลิป \"สอน Express เบื้องต้น จนใช้ได้จริง # 1\" ของ Zinglecode\n\nNote: ทำขึ้นมาเพื่อการศึกษาทางการเขียนโปรแกรมเท่านั้น เนื้อหาบนเว็บไม่ใช่สินค้าหรือบริการที่มีอยู่จริง\n\n(Update 30/9/2022) ย้าย Hosting ของเว็บพรีวิว จาก Heroku ไปยัง alwaysdata เนื่องจาก Heroku ยกเลิก Free tier ครับ\n\n\n## YouTube video\n\nhttps://www.youtube.com/watch?v=FvhM986U1_8\n\n\n\n## Setup database table\n\n![post table structure](https://raw.githubusercontent.com/potchangelo/express-feelfriends/main/snapshots/db-table-post-structure.jpg \"post table structure\")\n*post table structure*\n\n![comment table structure](https://raw.githubusercontent.com/potchangelo/express-feelfriends/main/snapshots/db-table-comment-structure.jpg \"comment table structure\")\n*comment table structure*\n\n\n## Install and Run project by VSCode\n\n0. ติดตั้ง Node.js, MySQL, MySQLWorkbench ลงเครื่องให้เรียบร้อยก่อน\n\n1. ดาวน์โหลดโปรเจ็คนี้ลงเครื่อง\n\n2. เปิดโฟลเดอร์โปรเจ็คใน VSCode\n\n3. เปิดไฟล์ .env.sample แล้วเปลี่ยนชื่อเป็น .env จากนั้นให้เปลี่ยนการตั้งค่าให้สอดคล้องกับเครื่องของคุณ เสร็จแล้วบันทึกไฟล์ได้เลย\n\n4. เปิด VSCode Terminal\n\n5. ติดตั้ง Packages ของโปรเจ็ค\n\n```\nnpm install\n```\n\n6. เปิดเว็บโปรเจ็คเพื่อ Development\n\n```\nnpm run dev\n```\n\n\n## Github branches for each lessons\n\n1. [Setup and Run](https://github.com/potchangelo/express-feelfriends/tree/01-setup)\n2. [Routes](https://github.com/potchangelo/express-feelfriends/tree/02-routes)\n3. [Templates](https://github.com/potchangelo/express-feelfriends/tree/03-templates)\n4. [Handlebars](https://github.com/potchangelo/express-feelfriends/tree/04-handlebars)\n5. [Routers](https://github.com/potchangelo/express-feelfriends/tree/05-routers)\n6. [MySQL](https://github.com/potchangelo/express-feelfriends/tree/06-mysql)\n7. [Forms](https://github.com/potchangelo/express-feelfriends/tree/07-forms)\n8. [Static](https://github.com/potchangelo/express-feelfriends/tree/08-static)\n9. [Dotenv](https://github.com/potchangelo/express-feelfriends/tree/09-dotenv)\n10. [Deploy to Heroku](https://github.com/potchangelo/express-feelfriends/tree/10-deploy-heroku)\n\n- [Branch ของเว็บพรีวิว](https://github.com/potchangelo/express-feelfriends/tree/preview) -\u003e จะมีการปรับแต่งโค้ดนิดนึงให้ใช้งานบน Host อย่างเหมาะสม\n\n\n## Credits\n\nhttps://unsplash.com/photos/J85dU7QSdMc\n\nhttps://www.iconfinder.com/icons/8708735/emoji_lol_teeth_smile_icon\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpotchangelo%2Fexpress-feelfriends","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpotchangelo%2Fexpress-feelfriends","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpotchangelo%2Fexpress-feelfriends/lists"}