Skip to content

Commit

Permalink
Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Aug 20, 2014
1 parent f06d410 commit acb5440
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions BBCTest/README.md
@@ -0,0 +1,20 @@
BBC Technical Test
==================

Dave Cross - dave@mag-sol.com

The video authorisation app has been implemented as a simple Dancer
application.

Notes
-----

1. Not enough tests (there are never enough tests)
2. The authorisation service has been implemented as part of the same web app.
3. Because the main app calls the authorisation app, the app can't be run
using Dancer's default development web server (which is single threaded).
Therefore you need to run the app using a multi-threaded server. I used
Starman, like this:

plackup -s Starman bin/app.pl

0 comments on commit acb5440

Please sign in to comment.