{"id":22771802,"url":"https://github.com/stonet2000/personalfarming","last_synced_at":"2025-03-30T12:15:07.181Z","repository":{"id":42307163,"uuid":"215408636","full_name":"StoneT2000/PersonalFarming","owner":"StoneT2000","description":"IEEE QP++","archived":false,"fork":false,"pushed_at":"2022-07-07T14:33:15.000Z","size":3901,"stargazers_count":0,"open_issues_count":25,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T13:52:43.866Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/StoneT2000.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}},"created_at":"2019-10-15T22:34:55.000Z","updated_at":"2019-12-01T23:40:39.000Z","dependencies_parsed_at":"2022-09-14T16:52:13.238Z","dependency_job_id":null,"html_url":"https://github.com/StoneT2000/PersonalFarming","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StoneT2000%2FPersonalFarming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StoneT2000%2FPersonalFarming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StoneT2000%2FPersonalFarming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StoneT2000%2FPersonalFarming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StoneT2000","download_url":"https://codeload.github.com/StoneT2000/PersonalFarming/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246314149,"owners_count":20757463,"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-12-11T16:17:25.330Z","updated_at":"2025-03-30T12:15:07.162Z","avatar_url":"https://github.com/StoneT2000.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PersonalFarming\nIEEE QP++\n\nFirst install all dependencies\n\n```bash\nnpm install\n```\n\n\n\nTo get started and run a local version do\n\n```bash\nnodemon app.js\n```\n\nThis starts the server that serves our API and processes data from our sensors that send data to the server. This is eventually hosted on this link https://personal-farming.herokuapp.com/\n\nTo start up the website/platform, go to the `web` folder and run\n\n```bash\nnpm start\n```\n\n\n\n## Structure\n\nEverything under the `web` folder is for the website and platform\n\nThe app.js file is for starting up the server\n\n### Web\n\nEverything relevant goes into the `src` folder generally\n\nReact works by components, so we have different components for pages and parts for those pages (such as a graph visualizer, login card, a notification card etc.)\n\nThese components are in the `components` folder.\n\n### Server\n\nAll server files are found in root folder. We are using express and node as the backend (easy to setup)\n\n#### Routes\n\nFolder contains API information (for processing POST and GET requests etc.)\n\n#### Models\n\nFolder contains schema information that is used by MongoDB and our server to send data easily to our database\n\n#### Config\n\nFolder that is just configuration details needed by MongoDB, probably don't need to change\n\n#### \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstonet2000%2Fpersonalfarming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstonet2000%2Fpersonalfarming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstonet2000%2Fpersonalfarming/lists"}