Rohan Verma



Tree


Dockerfilecommits | blame
LICENSEcommits | blame
Makefilecommits | blame
README.mdcommits | blame
compose.yamlcommits | blame
favicon.icocommits | blame
go.modcommits | blame
index.htmlcommits | blame
main.gocommits | blame
utils/

README.md

# find

a really basic search engine that uses [4get](https://git.joygnu.org/joy/4get) backend

## usage
podman setup
```
podman-compose build
podman-compose up -d
```

docker setup
```
docker-compose build
docker-compose up -d
```

## build
```
git clone https://git.sr.ht/~rohanverma2007/find
make build
cd build
./find
```