Skip to content

Tamarou/Firebrand

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firebrand

Firebrand is a demo application for Magpie using EmberJS + EmberREST. It started out as an experiment to see if Magpie could easily handle the REST requirements something like EmberJS required. The answer was yes. It however turned out that it made a sufficiently good demo application to explain the concepts behind Magpie to Matt S. Trout. Based on his feedback the application was revised a bit to better illustrate the principles involved.

There may still be a few bugs in this, but considering we were trying to translate from Rails to Magpie that's probably expected.

Finally all of the EmberJS/EmberREST code is stolen/based upon this series of blog posts.

Getting Started

Firebrand is a Dist::Zilla managed application. You'll need to have Dist::Zilla installed to get it up and running. We'll also assume you have cpanm installed. If both of those are ready to go simply do the following:

git clone git://github.com/Tamarou/Firebrand.git
cd Firebrand
dzil authordeps | cpanm 
cpanm http://xrl.us/magpie1120430 # install magpie
dzil listdeps | cpanm # install everything else 

Once everything is installed simply run plackup to start the server.

plackup

You should have a working application on port 5000 (or whatever your plackup defaulted to).

Getting Help

You're more than welcome to the #magpie channel on irc.perl.org and ask questions.

About

EmberJS + Magpie Test Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.6%
  • Perl 37.4%