Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnsnook/eggman
Hatchery maintanence task tracking
https://github.com/johnsnook/eggman
Last synced: about 2 months ago
JSON representation
Hatchery maintanence task tracking
- Host: GitHub
- URL: https://github.com/johnsnook/eggman
- Owner: johnsnook
- License: mit
- Created: 2023-09-23T14:10:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-24T21:16:39.000Z (over 1 year ago)
- Last Synced: 2023-09-24T22:33:01.416Z (over 1 year ago)
- Language: TypeScript
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eggman - Hatchery maintanence task tracking
## Introduction
As 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.
It'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+&oq=remote+no&gs_lcrp=EgZjaHJvbWUqCwgBEEUYJxg7GIoFMgYIABBFGDkyCwgBEEUYJxg7GIoFMgcIAhAAGIAEMgcIAxAAGIAEMgcIBBAAGIAEMgoIBRAAGLEDGIAEMgoIBhAAGLEDGIAEMgYIBxBFGD3SAQgzMjU1ajBqN6gCALACAA&sourceid=chrome&ie=UTF-8&ibp=htl;jobs&sa=X&ved=2ahUKEwiGot3oj7CBAxVWnWoFHa4UBOgQudcGKAF6BAgNECs&sxsrf=AM9HkKkKpUSMJZn3H_VPTeL1aaKlyG0v9g:1694901420387#fpstate=tldetail&htivrt=jobs&htidocid=UEU_r5pejqARoN4mAAAAAA%3D%3D) and [React.js](https://www.google.com/search?q=remote+react&oq=remote+no&gs_lcrp=EgZjaHJvbWUqCwgBEEUYJxg7GIoFMgYIABBFGDkyCwgBEEUYJxg7GIoFMgcIAhAAGIAEMgcIAxAAGIAEMgcIBBAAGIAEMgoIBRAAGLEDGIAEMgoIBhAAGLEDGIAEMgYIBxBFGD3SAQgzMjU1ajBqN6gCALACAA&sourceid=chrome&ie=UTF-8&ibp=htl;jobs&sa=X&ved=2ahUKEwiGot3oj7CBAxVWnWoFHa4UBOgQudcGKAF6BAgNECs&sxsrf=AM9HkKkKpUSMJZn3H_VPTeL1aaKlyG0v9g:1694901420387#fpstate=tldetail&htivrt=jobs&htidocid=-oHcl3EVXrlfKhNPAAAAAA%3D%3D) (React Native).
In it's current state, this repository only holds tutorial code.
## Back end
A PostgreSQL database served by a Node.js REST api with authentication.
### Resources:
- [PostgreSQL docs](https://www.postgresql.org/docs/12/index.html)
- [Creating a Secure REST API in Node.js](https://www.toptal.com/nodejs/secure-rest-api-in-nodejs)
- [Building a Node.js/TypeScript REST API, Part 1: Express.js](https://www.toptal.com/express-js/nodejs-typescript-rest-api-pt-1)
- [Express.js](https://expressjs.com/)
- [W3 Schools MongoDB Tutorial](https://www.w3schools.com/mongodb/)
- [PostgREST serves a RESTful API from any existing PostgreSQL database](https://github.com/PostgREST/postgrest/releases/tag/v11.2.0)
## Front end
[React Native](https://reactnative.dev/) looks to be a solid cross platform development framework. I originally considered [Android JS](https://android-js.github.io/).
### Resources:
- [React Native Docs](https://reactnative.dev/docs/getting-started)
- [NativeBase vs React Native Paper](https://stackshare.io/stackups/nativebase-vs-react-native-paper)- [NativeBase: Universal Components for React & React Native](https://nativebase.io/)
- [NativeBase Docs](https://docs.nativebase.io/box)- [React Native Paper](https://reactnativepaper.com/) - [Docs](https://callstack.github.io/react-native-paper/)