{"id":21497848,"url":"https://github.com/johnsnook/eggman","last_synced_at":"2025-03-17T12:27:31.694Z","repository":{"id":196379440,"uuid":"695544778","full_name":"johnsnook/eggman","owner":"johnsnook","description":"Hatchery maintanence task tracking","archived":false,"fork":false,"pushed_at":"2023-10-02T00:05:42.000Z","size":143,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T22:16:08.348Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/johnsnook.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}},"created_at":"2023-09-23T14:10:17.000Z","updated_at":"2023-09-24T21:06:32.000Z","dependencies_parsed_at":"2023-09-26T06:23:46.576Z","dependency_job_id":null,"html_url":"https://github.com/johnsnook/eggman","commit_stats":null,"previous_names":["johnsnook/eggman"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnsnook%2Feggman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnsnook%2Feggman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnsnook%2Feggman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnsnook%2Feggman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnsnook","download_url":"https://codeload.github.com/johnsnook/eggman/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244032520,"owners_count":20386785,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-23T16:26:59.933Z","updated_at":"2025-03-17T12:27:31.663Z","avatar_url":"https://github.com/johnsnook.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eggman - Hatchery maintanence task tracking\n\n## Introduction\n\nAs a maintenance man (trainee!) at a poultry hatchery, I have noted several work flows that could be optimized by using a communication tool for identifying, prioritizing and tracking work.\n\nIt's an opportunity to get some marketable skills under my belt as well, so I'll be using [Node.js](https://www.google.com/search?q=remote+node.js+\u0026oq=remote+no\u0026gs_lcrp=EgZjaHJvbWUqCwgBEEUYJxg7GIoFMgYIABBFGDkyCwgBEEUYJxg7GIoFMgcIAhAAGIAEMgcIAxAAGIAEMgcIBBAAGIAEMgoIBRAAGLEDGIAEMgoIBhAAGLEDGIAEMgYIBxBFGD3SAQgzMjU1ajBqN6gCALACAA\u0026sourceid=chrome\u0026ie=UTF-8\u0026ibp=htl;jobs\u0026sa=X\u0026ved=2ahUKEwiGot3oj7CBAxVWnWoFHa4UBOgQudcGKAF6BAgNECs\u0026sxsrf=AM9HkKkKpUSMJZn3H_VPTeL1aaKlyG0v9g:1694901420387#fpstate=tldetail\u0026htivrt=jobs\u0026htidocid=UEU_r5pejqARoN4mAAAAAA%3D%3D) and [React.js](https://www.google.com/search?q=remote+react\u0026oq=remote+no\u0026gs_lcrp=EgZjaHJvbWUqCwgBEEUYJxg7GIoFMgYIABBFGDkyCwgBEEUYJxg7GIoFMgcIAhAAGIAEMgcIAxAAGIAEMgcIBBAAGIAEMgoIBRAAGLEDGIAEMgoIBhAAGLEDGIAEMgYIBxBFGD3SAQgzMjU1ajBqN6gCALACAA\u0026sourceid=chrome\u0026ie=UTF-8\u0026ibp=htl;jobs\u0026sa=X\u0026ved=2ahUKEwiGot3oj7CBAxVWnWoFHa4UBOgQudcGKAF6BAgNECs\u0026sxsrf=AM9HkKkKpUSMJZn3H_VPTeL1aaKlyG0v9g:1694901420387#fpstate=tldetail\u0026htivrt=jobs\u0026htidocid=-oHcl3EVXrlfKhNPAAAAAA%3D%3D) (React Native).\n\nIn it's current state, this repository only holds tutorial code.\n\n## Back end\n\nA PostgreSQL database served by a Node.js REST api with authentication.\n\n### Resources:\n\n- [PostgreSQL docs](https://www.postgresql.org/docs/12/index.html)\n\n- [Creating a Secure REST API in Node.js](https://www.toptal.com/nodejs/secure-rest-api-in-nodejs)\n\n- [Building a Node.js/TypeScript REST API, Part 1: Express.js](https://www.toptal.com/express-js/nodejs-typescript-rest-api-pt-1)\n\n- [Express.js](https://expressjs.com/)\n\n- [W3 Schools MongoDB Tutorial](https://www.w3schools.com/mongodb/)\n\n- [PostgREST serves a RESTful API from any existing PostgreSQL database](https://github.com/PostgREST/postgrest/releases/tag/v11.2.0)\n\n## Front end\n\n[React Native](https://reactnative.dev/) looks to be a solid cross platform development framework. I originally considered [Android JS](https://android-js.github.io/).\n\n### Resources:\n\n- [React Native Docs](https://reactnative.dev/docs/getting-started)\n- [NativeBase vs React Native Paper](https://stackshare.io/stackups/nativebase-vs-react-native-paper)\n\n- [NativeBase: Universal Components for React \u0026 React Native](https://nativebase.io/)\n- [NativeBase Docs](https://docs.nativebase.io/box)\n\n- [React Native Paper](https://reactnativepaper.com/) - [Docs](https://callstack.github.io/react-native-paper/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnsnook%2Feggman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnsnook%2Feggman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnsnook%2Feggman/lists"}