{"id":15022435,"url":"https://github.com/amerta-coffee/amerta-coffee-api","last_synced_at":"2026-02-18T14:32:21.362Z","repository":{"id":257240452,"uuid":"857704151","full_name":"amerta-coffee/amerta-coffee-api","owner":"amerta-coffee","description":"☕ A robust backend service powering the Amerta Coffee, online coffee store. Seamlessly managing all aspects of your coffee business with cutting-edge technology.","archived":false,"fork":false,"pushed_at":"2024-12-13T14:10:55.000Z","size":205,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T14:12:06.625Z","etag":null,"topics":["api","bunjs","coffee-store","honojs","online-store","open-api","prisma-orm","swagger-api","typescript"],"latest_commit_sha":null,"homepage":"https://amerta-api.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/amerta-coffee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2024-09-15T11:41:39.000Z","updated_at":"2024-11-29T08:22:41.000Z","dependencies_parsed_at":"2024-09-15T13:40:54.075Z","dependency_job_id":"dbd7809b-de93-4efe-8ef4-f2f19ad2d030","html_url":"https://github.com/amerta-coffee/amerta-coffee-api","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"84be61aad2b1f96ac19588c97bbff7d7089c197f"},"previous_names":["zckyachmd/kopi-amerta-api","zckyachmd/amerta-coffee-api","amerta-coffee/amerta-coffee-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/amerta-coffee/amerta-coffee-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amerta-coffee%2Famerta-coffee-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amerta-coffee%2Famerta-coffee-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amerta-coffee%2Famerta-coffee-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amerta-coffee%2Famerta-coffee-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amerta-coffee","download_url":"https://codeload.github.com/amerta-coffee/amerta-coffee-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amerta-coffee%2Famerta-coffee-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29582318,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T13:56:48.962Z","status":"ssl_error","status_checked_at":"2026-02-18T13:54:34.145Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["api","bunjs","coffee-store","honojs","online-store","open-api","prisma-orm","swagger-api","typescript"],"created_at":"2024-09-24T19:57:56.793Z","updated_at":"2026-02-18T14:32:16.352Z","avatar_url":"https://github.com/amerta-coffee.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Amerta Coffee API\n\nWelcome to **Amerta Coffee API**, the backend service for **Amerta Coffee**, your premium Indonesian coffee online store. This API handles all the server-side operations, including product management, user authentication, and order processing.\n\n\u003cdetails\u003e\n\u003csummary\u003eEntities Relational Diagram\u003c/summary\u003e\n\u003cimg src=\"diagram.png\" alt=\"Relational Diagram\" style=\"width: 100%; align: center\"/\u003e\n\u003c/details\u003e\n\n## Features\n\n- **User Authentication**: Endpoints for user registration, login, and retrieving user details.\n- **Product Management**: Endpoints for managing coffee products, including adding, updating, and retrieving product details.\n- **Order Processing**: Manage orders, including creating, updating, and retrieving order information.\n- **Search and Filtering**: Search and filter products based on various criteria.\n- **Admin Panel**: Administrative dashboard for managing users, products, and orders.\n\n## Installation\n\n\u003cdetails\u003e\n  \u003csummary\u003eClick to expand\u003c/summary\u003e\n1. Clone the repository and install the required dependencies:\n\n```bash\ngit clone https://github.com/zckyachmd/amerta-coffee-api.git\ncd amerta-coffee-api\nbun install\n```\n\n2. Create a `.env` file in the root directory and add the following environment variables:\n\n```bash\nDATABASE_URL=postgresql://user:password@localhost:5432/amerta-coffee\nJWT_SECRET=your_jwt_secret\nSALT_ROUNDS=10 # Adjust this value to your desired security level\n```\n\n3. Run the migrations:\n\n```bash\nbunx prisma migrate dev\n```\n\n4. Start the server:\n\n```bash\nbun run dev\n```\n\n5. Open your browser and navigate to `http://localhost:3000/ui` to access the API documentation.\n\u003c/details\u003e\n\n## Contributing\n\nContributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famerta-coffee%2Famerta-coffee-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famerta-coffee%2Famerta-coffee-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famerta-coffee%2Famerta-coffee-api/lists"}