An open API service indexing awesome lists of open source software.

https://github.com/ztgx/hoopsearch

hoopics image search engine in rust
https://github.com/ztgx/hoopsearch

hoopics image resftul rust search-engine site-search

Last synced: about 2 months ago
JSON representation

hoopics image search engine in rust

Awesome Lists containing this project

README

          

# hoopsearch
一个成长中的图片搜索引擎, 使用restful的方式, 实现一个图片搜索引擎, 满足以图找图的搜索需求.

####
[hoopics](http://www.hoopics.cn)是一个免费的图片网站.

#### 使用方法
* 创建.env文件
```rust
APP_HOST=YOUR HOST
APP_PORT=YOUR PORT
```
* 运行服务端
```rust
cargo run
```
* 使用测试client
```python
python client.py
```