8000 GitHub - 4rgs/desafioGo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

4rgs/desafioGo

Repository files navigation

Backend API on GO-lang

Go Backend Palindrom Challenge

Servicio API REST para el desafio de productos palindromes desarrollado en GO

Quality Gate Status

API Reference

Find Product

  GET /api/productos/busqueda
Parameter Type Description
query String String of iem to search
page Number page of the document

Deployment

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

Authors

Demo on Lab

https://api.spids.cl

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0