Thoth

GraphQL API for bibliographic data

Build Status Release Crates.io License


Requirements

Getting Started

With docker

sh git clone https://github.com/OpenBookPublishers/thoth.git cd thoth cp .env.example .env # Edit the credentials in .env docker-compose up

With rust

sh git clone https://github.com/OpenBookPublishers/thoth.git cd thoth cp .env.example .env # Edit the credentials in .env cargo run init