The API service responsible for serving svg images and links data to this client.
This project requires PHP version 7.4.
- Copy
config-dist.php
toconfig.php
. - Copy
data-dist.json
todata.json
.
The config file is currently only used for debug reasons, it still needs to be created for the project to work.
- This file holds the configuration variable used throughout the code.
- ->
debug
is used to display error messages, if set totrue
. - The rest of the configuration file is used to load up mongodb dependencies.