DieterHolvoet / multec-stagelogboek

PHP wrapper for the internship logbook of Erasmushogeschool Brussel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multec-stagelogboek

  • PHP wrapper for the internship logbook of Erasmushogeschool Brussel
  • Class to fetch and convert Harvest entries to Stagelogboek entries
  • Simple one-pager for batch importing entries from the Harvest time tracker

Installation

  1. Clone the repository and put it on a (local) webserver.
  2. Install Composer and Yarn.
  3. Run composer install on the root of the project to install the PHP dependencies.
  4. Run yarn install on the root of the project to install the one-pager front-end dependencies.
  5. Run yarn build on the root of the project to compile the JS and CSS for the one-pager, or run yarn dev to build and watch for changes.
  6. Store your login credentials in an .env file in the root of the project (look at the .env.example file).

About

PHP wrapper for the internship logbook of Erasmushogeschool Brussel


Languages

Language:JavaScript 65.0%Language:PHP 23.4%Language:CSS 11.7%