{"id":34731348,"url":"https://github.com/gobugger/gomarket","last_synced_at":"2025-12-25T03:00:57.040Z","repository":{"id":329961490,"uuid":"1101872547","full_name":"gobugger/gomarket","owner":"gobugger","description":"A multi-vendor marketplace platform built with Go","archived":false,"fork":false,"pushed_at":"2025-12-23T11:30:19.000Z","size":5389,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-24T01:11:57.424Z","etag":null,"topics":["e-commerce","go","golang","marketplace","monero","privacy","xmr"],"latest_commit_sha":null,"homepage":"https://go-market.dev","language":"Go","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/gobugger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-22T11:55:23.000Z","updated_at":"2025-12-23T11:30:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/gobugger/gomarket","commit_stats":null,"previous_names":["gobugger/gomarket"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/gobugger/gomarket","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gobugger%2Fgomarket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gobugger%2Fgomarket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gobugger%2Fgomarket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gobugger%2Fgomarket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gobugger","download_url":"https://codeload.github.com/gobugger/gomarket/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gobugger%2Fgomarket/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28017672,"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","status":"online","status_checked_at":"2025-12-25T02:00:05.988Z","response_time":58,"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":["e-commerce","go","golang","marketplace","monero","privacy","xmr"],"created_at":"2025-12-25T03:00:27.445Z","updated_at":"2025-12-25T03:00:57.027Z","avatar_url":"https://github.com/gobugger.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoMarket\n\nA multi-vendor marketplace written in Go.\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"static/screenshots/dispute_demo.gif\" title=\"dispute demo\"\u003e\n\u003c/p\u003e\n\n**🔗 Demo:** [go-market.dev](https://go-market.dev) (connected to Monero stagenet)\n\n## Project Overview\n\nGoMarket is a multi-vendor marketplace written in Go without frameworks.\n\n⚠️ **Under construction**\nThis software is in pre-alpha stage, so features are incomplete and bugs are expected.\n\n**Key Features:**\n- **Multi-vendor support** - Complete marketplace infrastructure with vendor applications\n- **Wallets** - Each user has a wallet with deposit and withdraw functionality\n- **Invoices** - Orders can be paid directly with an invoice\n- **Nano(XNO) and Monero(XMR) supported** - Choose between convenience and privacy\n- **Localized** - Supports multiple languages and currencies\n- **Mobile friendly UI** - Scales to screens of any size\n- **Order chat** - Order chat system for buyer-vendor communication\n- **Dispute resolution without without admin intervention** - Vendor can create refund offers to buyer in order chat\n- **Optional enhanced privacy features** - PGP-based 2FA, zero javascript, custom capcha, phishing protection/entry guard\n\n## Architecture\n\nThis software is built from scratch and was inspired by the book \"Let's Go\" by Alex Edwards.\n\n**Layered Structure:**\n```\nHandlers\n------------------------\nServices | Views\n------------------------\nRepository (sqlc)\n------------------------\n```\n\n**Technology Stack:**\n- **Backend:** Go with Chi router\n- **Database:** PostgreSQL with sqlc for type-safe queries and clean repository layer\n- **Templating:** templ for compile-time HTML generation to Go code\n- **Migrations:** go-migrate for database version control\n- **Storage:** S3-compatible object storage\n- **Payments:** Nano or Monero\n\n## Prerequisites\n\n**Required:**\n- Go 1.24.4\n- PostgreSQL 13+\n- S3-compatible storage\n- NanoNode or Moneropay\n\n**Optional (for quick start):**\n- Docker and Docker Compose\n\n## Quick Start\n\nGoMarket includes `docker-compose.yml` and `.env.example` for rapid test deployment.\n\n**Step-by-step:**\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/yourusername/gomarket.git\n   cd gomarket\n   ```\n\n2. **Configure environment**\n   ```bash\n   cp .env.example .env\n   # Edit .env with your configuration\n   ```\n\n3. **Start services**\n   ```bash\n   docker-compose up -d\n   ```\n\n4. **Access the marketplace**\n   ```\n   http://localhost:4000\n   ```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgobugger%2Fgomarket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgobugger%2Fgomarket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgobugger%2Fgomarket/lists"}