Skip to content

timetravel-1010/indexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run the project

Start creating a data folder to store the ZincSearch data

mkdir data

Then, grant the necessary permissions

chmod -R a+rwx data

Finally you can run docker compose

docker compose up --build

Now you have the following services running on your machine:

  • Go API running on port 8080
  • Web Client running on port 3000
  • ZincSearch running on port 4080