Skip to content

🌽 A web app dashboard for the GreenHub data repository

License

Notifications You must be signed in to change notification settings

greenhub-project/farmer

Repository files navigation

GreenHub Farmer

workflow status

GreenHub's back-end and web dashboard module

Requirements

  • PHP 7.2+
  • MariaDB database
  • Composer - Installs package dependencies
  • NodeJS - Provides NPM to install node packages

Installation

  • Clone or download this repository.

  • Copy .env.example as .env and fill the options

    Note: This project sends e-mails. Therefore, ensure that the e-mail driver is specified.

  • Install project dependencies:

composer install
npm install
  • Generate application key:
php artisan key:generate
  • Migrate and seed the database:
php artisan migrate
php artisan db:seed
  • Build assets (e.g. in development environment)
npm run dev
  • Start local server
php artisan serve

License

GreenHub Farmer module is open-sourced software licensed under the MIT license.