This is the API for the e-commerce built by EDteam
- Build the binary file
We have a Makefile
that allows us to execute the formatting, linter, test and build the binary file.
make
- 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
- Execute your binary file
./ecommerce
For process and validate the payments via PayPal we need to process the PayPal's webhook tool. The docs are in Webhook Documentation
Go to PayPal Documentation documentation.
Go to Hexagonal Architecture documentation.