Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 485 Bytes

File metadata and controls

18 lines (10 loc) · 485 Bytes

Check doctors availablitiy

This software automatically checks docs availability on this website

Configuration

  • create the file config.json using as template the file confTemplate.json
  • create the file doctors.json using as template the file doctorsTemplate.json

Run

Install Docker and docker-compose and do the following:

  • build the project with make build
  • run it with make run

Look in the Makefile for other commands