Categorygithub.com/adnvilla/payment-gateway-go
modulepackage
0.0.0-20240609004853-92726a5c7a27
Repository: https://github.com/adnvilla/payment-gateway-go.git
Documentation: pkg.go.dev

# README

payment-gateway-go

Payment Gateway in Golang

Instruciones para ejecucion de API

Ejecutar en una terminal:

  • make
  • make run

Si no tiene soporte para make:

  • go run main.go

Para la generacion de mock (brew install mockery), ultilice:

  • make mock_gen o mockery

Add Homebrew to your PATH

eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"

cat .env.dev > .env source .env

brew install golang-migrate

sudo apt-get install -y postgresql-client psql --version

https://www.sandbox.paypal.com/checkoutnow?token=

# Packages

No description provided by the author