Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

roverwolf/invoke-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Challenge Submission

This is the code challenge submission.

To install the application

  • Clone the git repository
  • Run ./bin/setup
  • Point a webserver at the web directory or run ./bin/console server:run

Choices made for the code were:

  • Using the Symfony framework
  • For ease of setup a sqlite database is used by default
    • MySQL can easily be used instead by:
      • creating a database schema
      • adding the database_* parameters from app/config/parameters.yml.dist to app/config/parameters.yml using appropriate values
      • running ./bin/console doctrine:migrations:migrate
  • For real-time updates across clients provide pubnub publish and subscribe keys in app/config/parameters.yml