# README
Crossref server
Introduction
Minimal Crossref metadata API server using local dumps
Prerequisites
Use a recent Linux distribution
Install recent docker CE engine
Configuration
Copy .env.example
and rename it to .env
Modify values as required to store dump files in appropriate location
Download data
Call ./download_dump.sh
script to download latest dump
Wait for it to finish
Start server
Call ./start.sh
to start the docker compose stack
Navigate to http://localhost:9098
# Packages
No description provided by the author