Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.52 KB

README.md

File metadata and controls

64 lines (42 loc) · 1.52 KB

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