{"id":28316287,"url":"https://github.com/arthur199212/idt-coding-exercise","last_synced_at":"2026-04-14T19:31:55.875Z","repository":{"id":101371973,"uuid":"363735908","full_name":"Arthur199212/idt-coding-exercise","owner":"Arthur199212","description":"Technologies: Node, Express, MongoDB, Create React App, React Query, Material-UI, TypeScript, Docker compose.","archived":false,"fork":false,"pushed_at":"2021-05-02T19:54:37.000Z","size":261,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-23T19:42:11.581Z","etag":null,"topics":["create-react-app","docker-compose","express","material-ui","mongodb","mongoose","nodejs","react-query","typescript"],"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/Arthur199212.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,"zenodo":null}},"created_at":"2021-05-02T19:43:15.000Z","updated_at":"2023-03-09T01:21:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"7280bf98-9d99-410f-b199-58e37a8f1cd9","html_url":"https://github.com/Arthur199212/idt-coding-exercise","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Arthur199212/idt-coding-exercise","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arthur199212%2Fidt-coding-exercise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arthur199212%2Fidt-coding-exercise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arthur199212%2Fidt-coding-exercise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arthur199212%2Fidt-coding-exercise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Arthur199212","download_url":"https://codeload.github.com/Arthur199212/idt-coding-exercise/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arthur199212%2Fidt-coding-exercise/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31812968,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","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":["create-react-app","docker-compose","express","material-ui","mongodb","mongoose","nodejs","react-query","typescript"],"created_at":"2025-05-25T02:11:16.392Z","updated_at":"2026-04-14T19:31:55.870Z","avatar_url":"https://github.com/Arthur199212.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IDT Coding Exercise\n\n## How to start\n\n- run `yarn up` to launch MongoDB in docker container\n- run `yarn dev` to launch dev builds of `server` (http://localhost:4000/) and `web` (http://localhost:3000/) packages\n- run `yarn populate` to populate DB with 4 test products\n- when you're done just run `yarn down` to terminate docker container with MongoDB\n\n## Server API\n\n```bash\n# Create a Product (for test purposes only)\ncurl -X POST localhost:4000/api/v1/products -H \"Content-Type:application/json\" -d \"{\\\"name\\\":\\\"Product Name\\\",\\\"description\\\":\\\"Some Description to the Product\\\",\\\"thumbnail\\\":\\\"https://picsum.photos/300\\\"}\"\n\n# Get list of Products\ncurl localhost:4000/api/v1/products\n\n# Delete all Products and Reviews (for test purposes only)\ncurl -X DELETE localhost:4000/api/v1/products\n\n# Create a Review\ncurl -X POST localhost:4000/api/v1/reviews -H \"Content-Type:application/json\" -d \"{\\\"name\\\":\\\"Reviewers Name\\\",\\\"productId\\\":\\\"608ef85935331c230026f35f\\\",\\\"rating\\\":\\\"5\\\",\\\"text\\\":\\\"Some Review Text\\\"}\"\n\n# Get list of Reviews  (for test purposes only)\ncurl localhost:4000/api/v1/reviews\n\n# Delete all Reviews  (for test purposes only)\ncurl -X DELETE localhost:4000/api/v1/reviews\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farthur199212%2Fidt-coding-exercise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farthur199212%2Fidt-coding-exercise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farthur199212%2Fidt-coding-exercise/lists"}