Aeroxander / bbl

Een web-app om de voortgang van BBL AMO studenten bij te houden

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Progress Tracker

A web app to track the progress of BBL AMO students of the Application- and Mediadevelopment course at ROC West Brabant

Installation

$ git clone https://github.com/Radiuscollege/bbl
$ git fork https://github.com/'yourname'/bbl
$ git remote add upstream https://github.com/Radiuscollege/bbl

To install the assets run:

$ npm install

or

$ yarn install

Then install the Laravel dependencies, fill the database

$ composer install
$ php artisan migrate --seed

Configuration

  • Copy .env.example and rename it to .env
  • Request an AMO Client API key and Secret from @bartjroos and include it in the .env
  • Edit the .env file to the right values (MySQL database credentials) if necesarry

Contributing

  • Commit and push to forked repository
  • Create a pull request to github.com/Radiuscollege/bbl (through the UI of your forked repository on github.com)
  • Please be descriptive in the pull request
  • Comply with the PSR-1 and PSR-2 PHP code standards

Running the application

To compile the assets run:

$ npm run watch

Finally, to run PHP's built-in development server:

Laravel packages

About

Een web-app om de voortgang van BBL AMO studenten bij te houden


Languages

Language:PHP 59.3%Language:Vue 37.7%Language:HTML 3.0%