Skip to content

alexyslozada/ecommerce

Repository files navigation

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.

About

This is a ecommerce integrated to paypal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published