Golang based REST API to search gourmet food reviews data
- Download and extarct foods.txt from
https://drive.google.com/file/d/0B8_VSW2-5XmpSTNlZXV4cVdLRUE/view
- run
export FILE="<Absolute path of the file>"
- path of the downloaded foods.txt - run
nohup ./tastySearchLinux > log.out 2>&1 &
for Linux users - run
tail -f log.out
to see logs - open any browser and hit -
localhost:8081/search/words?queries=cat,food,They,results
query words are comma seperated