lojinha-product-catalog-service

module
v0.0.0-...-d939588 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2021 License: MIT

README

Product Catalog Service

Things TODO

  • Improve tests []
  • Add loggin system []
  • settings on viper or .env []
  • deploy []
  • Terraform for dynamodb and maybe EC2 instance []
  • rename src folder by internal []

Features TODO

  • Add list products use case on controller/prompt []
  • validate product before insert []
  • send email when insert products
  • import products by file (XLSX, CSV, TXT)
aws --endpoint-url=http://localhost:4566 dynamodb create-table --cli-input-json file://src/infra/databases/dynamo/products_table_schema.json
go test -v -coverprofile cover.out ./YOUR_CODE_FOLDER/...
go tool cover -html=cover.out -o cover.html
open cover.html

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL