thoth

Crates.iothoth
lib.rsthoth
version0.1.10
sourcesrc
created_at2020-02-21 17:21:50.36262
updated_at2020-06-03 14:53:47.002019
descriptionGraphQL API for bibliographic data
homepage
repositoryhttps://github.com/openbookpublishers/thoth
max_upload_size
id211248
size1,381,529
Javier Arias (ja573)

documentation

README

Thoth

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
Commit count: 2677

cargo fmt