Live/stream presentation "Fun with RapidApp" given for the Milwaukee Perl Mongers group on April 16th, 2015
This talk focused on some of the automatically generated, out-of-the-box interfaces that RapidApp is able to provide for various kinds database backends. This was covered using live demos of full apps, embedded interfaces, and command-line utilities.
Some of the topics covered included:
The slideshow itself was a live PSGI application, bundled with all the examples shown, which can be accessed on GitHub (see link below). The README in the repo includes commands needed to clone and run the app (also shown below).
![]() |
github.com/RapidApp/mpm2015 |
# Clone the repo: git clone https://github.com/RapidApp/mpm2015 cd mpm2015/ git submodule update --init # Install required packages: cpanm --installdeps . # Start-up app.psgi web-server on local port 5000: # (Note: use forward/back arrow keys to advance slides) plackup
See also the event page at meetup.com:
For support, or to learn more about the RapidApp project, please visit the #rapidapp IRC channel on irc.perl.org
|