Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 319 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 319 Bytes

gomicroservice-search

The search service for my gomicroservice project

Prerequisites:

  • make
  • Go 1.13.x
  • docker

Run Locally(Docker)

make docker

Run Tests

The pipeline is robust containing:

  • static code analysis
  • safesql check
  • unit tests
  • integration tests using cucumber
  • benchmarking