thoth 0.1.7

GraphQL API for bibliographic data
Documentation

GraphQL API for bibliographic data

Build Status Release Crates.io License


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