This software automatically checks docs availability on this website
- create the file config.json using as template the file confTemplate.json
- create the file doctors.json using as template the file doctorsTemplate.json
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