- Copy the .env.example to .env and update the variables within
- point all http requests to public/index.php
Application planning :)
- app
- assets
- bootstrap
- config
- public
- storage
- tests
- build directory structure - done
- setup travis/scrutinizer
- setup heroku
- build basic tests for required components
- stub out components/interfaces as per tests
- implement logic for components
- build bootstrap
- build routes
- setup controller/view logic
- build lastfm service
- implement service into controller/view
- styling
- angular2
- env
- config
- app container
- services
- lastfm
- router
- controller
- view
- git flow - tick
- flexible configuration (.env + config) - tick
- unit testing - tick
- automation - travis/scrutinizer/heroku - tick