{"id":14563824,"url":"https://github.com/zckyachmd/plantarium","last_synced_at":"2026-02-03T13:02:24.980Z","repository":{"id":253800105,"uuid":"844070226","full_name":"zckyachmd/plantarium","owner":"zckyachmd","description":"🌱 Plantarium is a RESTful API platform offering structured access to diverse plant data. Explore taxonomy, varieties, synonyms, categories, and more in one place!","archived":false,"fork":false,"pushed_at":"2024-10-07T00:25:51.000Z","size":240,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T03:43:39.483Z","etag":null,"topics":["bun","honojs","plant-data","prisma-orm","restful-api","typescript"],"latest_commit_sha":null,"homepage":"https://plantarium.zacky.id","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/zckyachmd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2024-08-18T09:39:09.000Z","updated_at":"2024-10-07T00:25:55.000Z","dependencies_parsed_at":"2024-08-28T15:36:03.539Z","dependency_job_id":"6a67ea2b-7d84-4d5e-814c-20513ad2cb1c","html_url":"https://github.com/zckyachmd/plantarium","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"b0490b8ccd1b5747acc96602ed0850bcc74ce4f0"},"previous_names":["zckyachmd/plantarium"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zckyachmd/plantarium","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zckyachmd%2Fplantarium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zckyachmd%2Fplantarium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zckyachmd%2Fplantarium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zckyachmd%2Fplantarium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zckyachmd","download_url":"https://codeload.github.com/zckyachmd/plantarium/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zckyachmd%2Fplantarium/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29046503,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T10:09:22.136Z","status":"ssl_error","status_checked_at":"2026-02-03T10:09:16.814Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["bun","honojs","plant-data","prisma-orm","restful-api","typescript"],"created_at":"2024-09-07T02:05:41.381Z","updated_at":"2026-02-03T13:02:21.806Z","avatar_url":"https://github.com/zckyachmd.png","language":"TypeScript","funding_links":[],"categories":["typescript"],"sub_categories":[],"readme":"# Plantarium\n\n**Plantarium** is a RESTful API platform designed to provide comprehensive and structured access to a collection of plant data. This project aims to be a primary source of plant information with detailed features including taxonomy, varieties, synonyms, categories, and specific collections.\n\n\u003csummary\u003e\nEntity-Relationship Diagram\n\u003cdetails\u003e\n\n![ERD](public/ERD.png)\n\n\u003c/details\u003e\n\u003c/summary\u003e\n\n## Features\n\n- **Advanced Search**: Supports keyword search, category-based filtering, and advanced search functionalities for easy plant discovery.\n- **Relational Data**: Manages relationships between plants, varieties, synonyms, and categories to offer complete and contextual information.\n- **JSON API Design**: Adheres to JSON API standards to ensure consistency and interoperability in data communication.\n- **Documentation**: Supported by Swagger for API documentation, ensuring transparency and ease of maintenance.\n\n## Goals\n\n- **Organize Plant Data**: Collect and manage data on various types of plants in a structured manner.\n- **Facilitate Information Access**: Provide easy and efficient access to plant information for developers, researchers, and general users.\n- **Support Research and Development**: Offer a robust data foundation for research and development related to plants.\n\n## Technologies Used\n\n- **Backend**: Hono with Bun and TypeScript\n- **Database**: PostgreSQL with Prisma ORM\n- **API Documentation**: Swagger\n\n## Installation\n\n1.  **Clone the Repository and Install Dependencies**\n    To get started with Plantarium, clone the repository and install the dependencies:\n\n    ```bash\n    git clone https://github.com/zckyachmd/plantarium.git\n    cd plantarium\n    bun install\n    ```\n\n2.  **Create .env File**\n    To set up your database connection string and other environment variables, create a `.env` file in the root directory of your project.\n\n    ```bash\n     cp .env.example .env\n    ```\n\n    Then Edit .env to set up your database connection string and other environment variables.\n\n3.  Run Migrations and Seed\n    Create and run migrations the following commands:\n\n    ```bash\n    bun run prisma migrate dev --name init\n    ```\n\n    Seed data using the following command (optional):\n\n    ```bash\n    bun run prisma db seed\n    ```\n\n### Usage\n\n```bash\nbun run dev\n```\n\nVisit `http://localhost:3000` to view the API documentation.\n\n## Contributing\n\nIf you'd like to contribute to this project, please follow the [contributing guide](CONTRIBUTING.md) for more information. Thank you!\n\n## License\n\nThis project is open source and available under the [MIT License](LICENSE).\n\n## Author\n\nCopyright © 2024 [Zacky](https://zacky.id). Full-Stack Developer and Tech Enthusiast.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzckyachmd%2Fplantarium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzckyachmd%2Fplantarium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzckyachmd%2Fplantarium/lists"}