Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 287 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 287 Bytes

Algolia Sample application - Go back end

Requirements

How to run

  1. Install dependencies
go mod tidy
go mod vendor
  1. Run the application
go run server.go
  1. Go to localhost:4242