{"id":23138160,"url":"https://github.com/makjac/golang_postbox_api","last_synced_at":"2026-02-12T22:33:34.206Z","repository":{"id":166413812,"uuid":"483274401","full_name":"makjac/Golang_PostBox_api","owner":"makjac","description":"API for the PostBox courier service, built in Golang using the Gin-Gonic framework and Go-PG package. Manages user accounts, package orders, and shipment tracking.","archived":false,"fork":false,"pushed_at":"2025-02-26T13:55:05.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-26T06:07:05.794Z","etag":null,"topics":["gin-gonic","go","golang","jwt"],"latest_commit_sha":null,"homepage":"","language":"Go","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/makjac.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-19T14:11:06.000Z","updated_at":"2025-02-26T13:38:03.000Z","dependencies_parsed_at":"2025-01-24T14:31:07.742Z","dependency_job_id":"8a2d0481-9b25-425f-bdd2-117f618666b1","html_url":"https://github.com/makjac/Golang_PostBox_api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/makjac/Golang_PostBox_api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makjac%2FGolang_PostBox_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makjac%2FGolang_PostBox_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makjac%2FGolang_PostBox_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makjac%2FGolang_PostBox_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/makjac","download_url":"https://codeload.github.com/makjac/Golang_PostBox_api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makjac%2FGolang_PostBox_api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29383978,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T22:07:52.078Z","status":"ssl_error","status_checked_at":"2026-02-12T22:07:49.026Z","response_time":55,"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":["gin-gonic","go","golang","jwt"],"created_at":"2024-12-17T13:09:56.257Z","updated_at":"2026-02-12T22:33:34.192Z","avatar_url":"https://github.com/makjac.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![header_image][header_image_url]\n\n[![Flutter][flutter_badge]][flutter_url]\n[![Golang][golang_badge]][golang_url]\n[![Gin-Gonic][gin-gonic_badge]][gin-gonic_url]\n[![PostgreSQL][postgresql_badge]][postgresql_url]\n[![Mailjet][mailjet_badge]][mailjet_url]\n\n# PostBox Courier Platform API\n\n**Backend system for a digital parcel management platform**  \n\n*Written in Golang - Powers the PostBox Flutter application*\n\n## Overview\n\nThis repository contains the **backend API** for the PostBox platform, a digital solution for automated parcel management inspired by InPost's locker systems. The API is built with **Golang** and provides the core functionality for the [PostBox Flutter application](https://github.com/makjac/Flutter_PostBox_app), enabling users to manage parcels, track deliveries, and handle their profiles.\n\n## Key Features\n\n### User Profile Management\n- **Authentication**:\n  - JWT-based registration and login\n  - Secure password hashing\n  - Email verification for account activation\n- **Contact Details**:\n  - Update phone number and email\n  - Manage multiple contact addresses\n- **Address Book**:\n  - Add, edit, or delete delivery addresses\n\n### Parcel Management\n- **Package Tracking**:\n  - Real-time package location updates\n- **Shipment Analytics**:\n  - Historical shipment data\n\n## Technical Architecture\n\n### System Overview\n\n![architecture_umage_][architecture_umage_url]\n\n### Core Components\n\n| Layer        | Technology Stack                                |\n|--------------|-------------------------------------------------|\n| **Frontend** | Flutter (Dart \u003e=2.17.0 \u003c3.0.0, Flutter \u003e=3.0.0) |\n| **Backend**  | Golang 1.16 + Gin-Gonic + Go-PG ORM             |\n| **Database** | PostgreSQL 12                                   |\n| **Infra**    | Google Cloud Platform (Compute Engine)          |\n| **Services** | Mailjet API v3 + Cloud Storage                  |\n\n\u003c!-- end:excluded_rules_table --\u003e\n\n[header_image_url]:https://raw.githubusercontent.com/makjac/images/refs/heads/main/postbox/postbox_golang_header.png\n[architecture_umage_url]:https://raw.githubusercontent.com/makjac/images/refs/heads/main/postbox/postbox_architecture.png\n\n[flutter_badge]:https://img.shields.io/badge/Flutter-3.x-blue?logo=flutter\n[flutter_url]:https://flutter.dev\n[golang_badge]:https://img.shields.io/badge/Go-1.16-blue?logo=go\n[golang_url]:https://golang.org\n[gin-gonic_badge]:https://img.shields.io/badge/Gin_Gonic-v1.7.7-green?logo=go\n[gin-gonic_url]:https://github.com/gin-gonic/gin\n[postgresql_badge]:https://img.shields.io/badge/PostgreSQL-12%2B-blue?logo=postgresql\n[postgresql_url]:https://www.postgresql.org\n[mailjet_badge]:https://img.shields.io/badge/Mailjet-API_v3-orange?logo=mailjet\n[mailjet_url]:https://www.mailjet.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakjac%2Fgolang_postbox_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakjac%2Fgolang_postbox_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakjac%2Fgolang_postbox_api/lists"}