saveinmed/seeder-api
Tiago Yamamoto 8f1e893142 feat: major implementation - seeder, payments, docs
Seeder API:
- 110 pharmacies across 5 cities (Goiânia 72, Anápolis 22, Nerópolis 10, Senador Canedo 5, Aparecida 1)
- 3-300 products per pharmacy
- Dynamic city/state in company records

Payment Gateways:
- stripe.go: Stripe integration with PaymentIntent
- mock.go: Mock gateway with auto-approve for testing
- PaymentResult and RefundResult domain types

Documentation:
- docs/BACKEND.md: Architecture, invisible fee, endpoints
- docs/SEEDER_API.md: City distribution, product counts
- docs/MARKETPLACE.md: Frontend structure, stores, utils
- docs/BACKOFFICE.md: Admin features, encrypted settings
2025-12-26 23:39:49 -03:00
..
docs fix(marketplace): ensure auth token is set before initial requests 2025-12-26 17:24:57 -03:00
pkg/seeder feat: major implementation - seeder, payments, docs 2025-12-26 23:39:49 -03:00
.env.example Update seeder env example 2025-12-22 12:05:25 -03:00
.gitignore docs(seeder): update documentation, fix go.mod and ignore binary 2025-12-22 01:38:41 -03:00
Dockerfile Add env example, swagger, and Dockerfile for seeder api 2025-12-22 11:31:18 -03:00
go.mod docs(seeder): update documentation, fix go.mod and ignore binary 2025-12-22 01:38:41 -03:00
go.sum refactor: move seeder to api, improve coverage and security 2025-12-20 11:13:53 -03:00
main.go Add open CORS handling to seeder API 2025-12-22 11:38:52 -03:00
SEEDER_API.md feat: major implementation - seeder, payments, docs 2025-12-26 23:39:49 -03:00