{"id":23185098,"url":"https://github.com/do-ko/sproutweb","last_synced_at":"2026-04-02T03:04:26.476Z","repository":{"id":230553541,"uuid":"755181142","full_name":"do-ko/SproutWeb","owner":"do-ko","description":"Responsive online plant shop application","archived":false,"fork":false,"pushed_at":"2024-04-05T13:41:36.000Z","size":26191,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-17T21:05:51.572Z","etag":null,"topics":["axios","java","plants","postgresql","reactjs","spring-boot"],"latest_commit_sha":null,"homepage":"","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/do-ko.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-02-09T15:41:27.000Z","updated_at":"2024-03-30T10:39:05.000Z","dependencies_parsed_at":"2025-04-05T04:34:16.817Z","dependency_job_id":null,"html_url":"https://github.com/do-ko/SproutWeb","commit_stats":null,"previous_names":["do-ko/sproutweb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/do-ko/SproutWeb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/do-ko%2FSproutWeb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/do-ko%2FSproutWeb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/do-ko%2FSproutWeb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/do-ko%2FSproutWeb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/do-ko","download_url":"https://codeload.github.com/do-ko/SproutWeb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/do-ko%2FSproutWeb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294831,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["axios","java","plants","postgresql","reactjs","spring-boot"],"created_at":"2024-12-18T09:26:18.663Z","updated_at":"2026-04-02T03:04:26.445Z","avatar_url":"https://github.com/do-ko.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Description\nSproutWeb is a responsive online shop application designed for gardening enthusiasts\nto effortlessly purchase plants, soil, and pots. From a technical standpoint,\nthe application is built using a combination of React.js for the front-end and Spring Boot for the back-end.\n\n# Environmental variables\n## Frontend\nTo enable comunication between frontend and backend, in /sprount_app/src/api/axios.js replace existing BASE_URL with your own.\n\nExample of configuration:\n```\n BASE_URL = \"http://{host}:{port}\";\n```\n\nBy default host is your localhost address. To change it add server.address in application.properties file located in /sprout/src/main/resources.\n```\n server.address = x.x.x.x\n```\n\n## Backend\nTo connect to the database, create another .env file in /sprout/src/main/resources following .env.example variable format and input variables.\nTo generate key: https://asecuritysite.com/encryption/plain\n\nExample of .env file:\n```\nDATABASE_URL=\"jdbc:postgresql://{host}:{port}/{database_name}\"\nDATABASE_LOGIN=\"postgres\"\nDATABASE_PASSWORD=\"password\"\n\nENCRYPTION_KEY=\"{256-bit key}\"\n```\n\n# How to run\n## Frontend\nto start frontend application navigate to **sprout_app** directory and run following command:\n```\nnpm start\n```\n\n## Backend\nto start backend navigate to **sprout** directory and run following command:\n```\n./mvnw spring-boot:run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdo-ko%2Fsproutweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdo-ko%2Fsproutweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdo-ko%2Fsproutweb/lists"}