10 个版本
0.1.10 | 2020 年 6 月 3 日 |
---|---|
0.1.9 | 2020 年 6 月 3 日 |
0.1.7 | 2020 年 3 月 27 日 |
0.1.1 | 2020 年 2 月 27 日 |
#887 in HTTP 服务器
1MB
19K SLoC
图书数据 GraphQL API
要求
- Rustup
- 稳定工具链:
rustup default stable
- PostgreSQL 数据库(如果使用 Docker 运行,包含在 docker-compose.yml 中)
入门
使用 Docker
git clone https://github.com/OpenBookPublishers/thoth.git
cd thoth
cp .env.example .env # Edit the credentials in .env
docker-compose up
使用 Rust
git clone https://github.com/OpenBookPublishers/thoth.git
cd thoth
cp .env.example .env # Edit the credentials in .env
cargo run init
依赖
~33–47MB
~857K SLoC