Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Latest commit

 

History

History
47 lines (33 loc) · 804 Bytes

README.md

File metadata and controls

47 lines (33 loc) · 804 Bytes

This project is deprecated. The diavlos (now known as mitos) API is now a private repository.

diavlos

API for Diavlos - Greece's National Service Registry

Install:

./make

Set credentials:

Edit the following files under diavlos/data/in/ (first remove the .sample suffix):

english_site_config.yaml
eparavolo_credentials.yaml
greek_site_config.yaml

Serve API locally

cd scripts
./serve_api --generate-new-schemas

Visit API UI docs

http://localhost:5000/v1/ui/

Docker

Build the image using:

docker-compose build

After setting the credentials as described above, execute the service using:

docker-compose up