10 releases
0.1.10 | Jun 3, 2020 |
---|---|
0.1.9 | Jun 3, 2020 |
0.1.7 | Mar 27, 2020 |
0.1.1 | Feb 27, 2020 |
#1238 in HTTP server
1MB
19K
SLoC
GraphQL API for bibliographic data
Requirements
- Rustup
- Stable Toolchain:
rustup default stable
- A PostgreSQL database (included in docker-compose.yml if ran using docker)
Getting Started
With docker
git clone https://github.com/OpenBookPublishers/thoth.git
cd thoth
cp .env.example .env # Edit the credentials in .env
docker-compose up
With rust
git clone https://github.com/OpenBookPublishers/thoth.git
cd thoth
cp .env.example .env # Edit the credentials in .env
cargo run init
Dependencies
~37–50MB
~1M SLoC