This repo depends on this API.
This project requires PHP version 7.4.
This project requires composer -> https://getcomposer.org/.
- To install packages:
$ composer installor$ php composer.phar install- THIS IS A REQUIREMENT - Copy
config-dist.phptoconfig.php.
- This file holds the configuration variable used throughout the code.
- ->
apipathis used to create URL's to the API folder of quickdash_api (local development:http://localhost/quickdash_api/api/). - ->
jspathis used to create URL's to the public/dash.js folder of quickdash_client (local development:http://localhost/quickdash_client/public/dash.js). - ->
corereferrerthe name given to your quickdash_client, you can choose. - ->
standardtagsthe standard tags that show in your index, you can choose. - ->
faviconurlthe favicon URL, can be hosted anywhere you want. - ->
debugis used to display error messages, if set totrue. - The rest of the configuration file is used to load up mongodb dependencies.