{"id":21748369,"url":"https://github.com/thuyencode/inventory-application-the-odin-project","last_synced_at":"2026-04-14T05:32:56.052Z","repository":{"id":255851143,"uuid":"837606351","full_name":"thuyencode/inventory-application-the-odin-project","owner":"thuyencode","description":"Project: Inventory Application | The Odin Project","archived":false,"fork":false,"pushed_at":"2024-09-14T12:02:10.000Z","size":1030,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-07T08:50:42.700Z","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-03T13:19:49.000Z","updated_at":"2024-09-14T12:02:13.000Z","dependencies_parsed_at":"2024-09-07T13:45:45.501Z","dependency_job_id":"b39f9c11-132a-4ad0-a68e-6a710ea8d53a","html_url":"https://github.com/thuyencode/inventory-application-the-odin-project","commit_stats":null,"previous_names":["thuyencode/inventory-application-the-odin-project"],"tags_count":0,"template":false,"template_full_name":"thuyencode/create-nodejs-typescript","purl":"pkg:github/thuyencode/inventory-application-the-odin-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thuyencode%2Finventory-application-the-odin-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thuyencode%2Finventory-application-the-odin-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thuyencode%2Finventory-application-the-odin-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thuyencode%2Finventory-application-the-odin-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thuyencode","download_url":"https://codeload.github.com/thuyencode/inventory-application-the-odin-project/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thuyencode%2Finventory-application-the-odin-project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31784251,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"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:16.380Z","updated_at":"2026-04-14T05:32:56.037Z","avatar_url":"https://github.com/thuyencode.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project: Inventory Application\n\n[More details information here.](https://www.theodinproject.com/lessons/node-path-nodejs-inventory-application)\n\n\u003e :warning: This demo is out-dated, now you can edit and delete products.\n\n[![Demo: Inventory Application - Watch Video](https://previews.jumpshare.com/thumb/815bc01b796dd6f1733c957c5af1949386790303ab48246a41a3806c96bcba0a35391e41cf3c6db4319480ffa66dd95c231026f4a1067b6ff9ad9d68a1f93e64f47f107bb9467d6686354bd45f78f0b1e599480873f9ea0ad3770d0a29a0acc1)](https://jmp.sh/v/Pvy3UfCFQTgKFzTDZ17G)\n\n**Tech stacks:**\n\n|                                                                                                                                                 Frontend                                                                                                                                                  |                                                                                                                Backend                                                                                                                 |\n| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |\n| [![front-end's tech stack](https://go-skill-icons.vercel.app/api/icons?i=vite,ts,react,reactquery,tailwind,daisyui)](https://github.com/LelouchFR/skill-icons) \u003cbr /\u003e and [Tanstack Router](https://tanstack.com/router/latest), [Ky](https://github.com/sindresorhus/ky), [Valibot](https://valibot.dev) | [![back-end's tech stack](https://go-skill-icons.vercel.app/api/icons?i=nodejs,ts,express,postgresql)](https://github.com/LelouchFR/skill-icons) \u003cbr /\u003e and [node-postgres](https://node-postgres.com), [Valibot](https://valibot.dev) |\n\n## Getting started\n\n### 1. Setting-up database\n\nYour need to install PostgreSQL first using your OS's package manager, an installer file or using Docker (recommended).\n\nConfigure the host address, port number, username, password, a database according to [`.env.example`](./.env.example).\n\nCopy the file [`.env.example`](./.env.example) into `.env.production.local` and `.env.development.local` and edit the env variables' values.\n\n## 2. Running the project\n\nFirst, install all the dependencies:\n\n```bash\nnpm i\n```\n\nTo run the dev server:\n\n```bash\nnpm run dev\n```\n\nTo export and run the production build:\n\n```bash\nnpm run build\nnpm run start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthuyencode%2Finventory-application-the-odin-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthuyencode%2Finventory-application-the-odin-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthuyencode%2Finventory-application-the-odin-project/lists"}