This product provides municipal groundskeepers with a bunch of tools they can use to assess, track, and report on the quality of their various turf fields.
- PHP 8 or later
- Composer
This project relies on the following dependencies managed via Composer:
- Slim - A microframework for PHP
- Slim Twig View - Twig template renderer for Slim Framework
- PSR-7 - HTTP message interfaces
- Clone this repository to your local machine:
git clone git@github.com:uconndxlab/tgmsuite.git
- Navigate to the project directory:
cd tgmsuite
- Install Dependencies Using Composer:
composer install
-
Seed the Database:
cd publicphp seed.php -
Serve the app with PHP's built-in server
cd publicphp -S localhost:9090 -
Success? Now the app should be running at http://localhost:9090. You'll need to create a username and password to start.