{"id":21748374,"url":"https://github.com/thuyencode/mini-message-board-the-odin-project","last_synced_at":"2026-04-06T09:33:06.896Z","repository":{"id":251209493,"uuid":"836516701","full_name":"thuyencode/mini-message-board-the-odin-project","owner":"thuyencode","description":"Project: Mini Message Board | The Odin Project","archived":false,"fork":false,"pushed_at":"2024-08-03T10:58:29.000Z","size":231,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-03T16:28:38.635Z","etag":null,"topics":["express","nodejs","theodinproject"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/thuyencode.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":"2024-08-01T02:48:41.000Z","updated_at":"2024-08-03T10:56:09.000Z","dependencies_parsed_at":"2025-01-25T22:49:42.768Z","dependency_job_id":"b99fc827-7c0e-4ff0-9646-6a85fd6acbd0","html_url":"https://github.com/thuyencode/mini-message-board-the-odin-project","commit_stats":null,"previous_names":["thuyencode/mini-message-board-the-odin-project"],"tags_count":0,"template":false,"template_full_name":"thuyencode/create-nodejs-typescript","purl":"pkg:github/thuyencode/mini-message-board-the-odin-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thuyencode%2Fmini-message-board-the-odin-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thuyencode%2Fmini-message-board-the-odin-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thuyencode%2Fmini-message-board-the-odin-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thuyencode%2Fmini-message-board-the-odin-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thuyencode","download_url":"https://codeload.github.com/thuyencode/mini-message-board-the-odin-project/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thuyencode%2Fmini-message-board-the-odin-project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31466625,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T08:36:52.050Z","status":"ssl_error","status_checked_at":"2026-04-06T08:36:51.267Z","response_time":112,"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":["express","nodejs","theodinproject"],"created_at":"2024-11-26T08:13:17.749Z","updated_at":"2026-04-06T09:33:06.880Z","avatar_url":"https://github.com/thuyencode.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project: Mini Message Board\n\n[More detail information here](https://www.theodinproject.com/lessons/node-path-nodejs-mini-message-board) and [here](https://www.theodinproject.com/lessons/nodejs-using-postgresql#assignment).\n\nhttps://github.com/user-attachments/assets/8d0ddf1f-ccb9-4962-bbea-431a28f9b675\n\n|                                                                      Tech stack                                                                      |\n| :--------------------------------------------------------------------------------------------------------------------------------------------------: |\n| [![tech stack](https://go-skill-icons.vercel.app/api/icons?i=postgres,nodejs,express,ts,html,css,picocss)](https://github.com/LelouchFR/skill-icons) |\n\n...and **[EJS](https://ejs.co)**.\n\n## Getting started\n\nFirst you need to set up PostgreSQL, using Docker (recommended) or download it (soy Windows users). And then change these values to [`.env.production`](./.env.production) or `.env.development.local`. For example:\n\n```text\nPGHOST=localhost\nPGPORT=5432\nPGUSER=example\nPGPASSWORD=example\nPGDATABASE=example\n```\n\nStart your Postgres first. Then you need to re-create the needed table by using one of these following commands:\n\n```bash\n# Make sure you've created .env.development.local and changed the defaults\nnpm run populate-db:dev\n\n# Make sure you've changed the defaults inside .env.production\nnpm run populate-db:prod\n```\n\nThe [`./src`](./src/) folder contains the source code. The `./dist` folder contains the bundled source code and it'll be created when you run this command:\n\n```bash\nnpm run build\n```\n\nUse the following command to run and watch for any changes in the source code:\n\n```bash\nnpm run dev\n```\n\nAnd use the following command to run the bundled code:\n\n```bash\nnpm run start\n```\n\nFor linting:\n\n```bash\nnpm run lint\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthuyencode%2Fmini-message-board-the-odin-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthuyencode%2Fmini-message-board-the-odin-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthuyencode%2Fmini-message-board-the-odin-project/lists"}