/ecommerce-1

This is a ecommerce integrated to paypal

Primary LanguageGo

EDcommerce API

This is the API for the e-commerce built by EDteam

How to configure and execute

  1. Build the binary file

We have a Makefile that allows us to execute the formatting, linter, test and build the binary file.

make
  1. Configure the .env file

2.1 Copy the example .env.example file

cp cmd/.env.example .env

2.2 Set up your values for your execution

  1. Execute your binary file
./ecommerce

What is a webhook?

For process and validate the payments via PayPal we need to process the PayPal's webhook tool. The docs are in Webhook Documentation

How to configure your PayPal

Go to PayPal Documentation documentation.

Hexagonal Architecture explanation

Go to Hexagonal Architecture documentation.