about summary refs log blame commit diff
path: root/README.md
blob: 910e133ebee4223e3e84640ff95b1d28b5a64d6a (plain) (tree)





















                                                                       
           

   

                         





                                                      
   
# OSSE (Overly Simple Searche Engine) (Oh-Si)

An attempt to make a "functional" search engine while learning Rust :^)

## Building

### 1. Setup your environment

#### With Nix:
```
$ nix develop
```
or
```
$ nix-shell shell.nix
```

#### Otherwise:

Install cargo through your preferred method.


### 2. Run!

```
$ cargo run --bin indexer
$ cargo run --bin crawler
$ trunk serve frontend/index.html
```

### 3. Use?!
```
 Navigate to 127.0.0.1:8080 on your favorite browser:)
```