Skip to content

diegocabrera89/ms-payment-core

Repository files navigation

ms-payment-core

Microservice code in GO. This microservice manages core transactions

Pre-steps

If this is your first time using go and GoLand as an IDE you should check the following tutorial:

If this is your first time using go and VS Code as an IDE you should check the following tutorial:

Install AWS CLI

Configure the AWS CLI and profile with name --> dev


Clone a repository

If you use HTTP

git clone [url repository]

if you use SSH, configure and execute bellow command

git clone git@github.com:diegocabrera89/ms-payment-core.git

Execute commands

This commands will download our dependencies

$ npm i
$ go mod download
$ go mod tidy
$ go mod vendor

Build project

To build the project run the following command

    make build

Deploy

To deploy the project run the following command

    make deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published