Backend API on GO-lang
Servicio API REST para el desafio de productos palindromes desarrollado en GO
GET /api/productos/busqueda
Parameter | Type | Description |
---|---|---|
query |
String |
String of iem to search |
page |
Number |
page of the document |
To deploy this proyect first we need to deploy this repo and have Docker installed:
git clone https://github.com/walmartdigital/products-db
cd products-db
sudo make database-docker-up
sudo make database-provision
cd ..
Then we can deploy our service that will run on previous DATABASE
git clone https://github.com/4rgs/desafioGo.git
cd desafioGo
go run main.go