Categorygithub.com/uiratan/fullcycle-archdev-hexagonal
modulepackage
0.0.0-20240701233731-349dedf37537
Repository: https://github.com/uiratan/fullcycle-archdev-hexagonal.git
Documentation: pkg.go.dev

# README

docker compose up -d docker compose ps docker exec -it appproduct bash

go mod init github.com/uiratan/fullcycle-archdev-hexagonal

go test ./...

mockgen -destination=application/mocks/application.go -source=application/product.go application

touch sqlite.db sqlite3 sqlite.db create table products(id string, name string, price float, status string); .tables

cobra-cli

go run main.go http

# Packages

No description provided by the author
No description provided by the author
Copyright © 2024 NAME HERE <EMAIL ADDRESS> */.