Skip to content

A webapp with which towns and clubs can keep track of their turfgrass management practices.

Notifications You must be signed in to change notification settings

uconndxlab/tgmsuite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Athletic Field Assessment Tool

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.

Requirements

  • PHP 8 or later
  • Composer

Dependencies

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

Installation

  1. Clone this repository to your local machine:

git clone [email protected]:uconndxlab/tgmsuite.git

  1. Navigate to the project directory:

cd tgmsuite

  1. Install Dependencies Using Composer:

composer install

  1. Seed the Database: cd public

    php seed.php

  2. Serve the app with PHP's built-in server cd public

    php -S localhost:9090

  3. Success? Now the app should be running at http://localhost:9090. You'll need to create a username and password to start.

About

A webapp with which towns and clubs can keep track of their turfgrass management practices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published