
TinyURL - Catalyst based application

cd TinyURL/sql/schema
createdb tinyurl
psql tinyurl < tiny_url.sql
cd ../../script
./tinyurl_server.pl

This is sample Catalyst application using Catalyst::Plugin::CRUD. Default model uses PostgreSQL.

TinyURL::Controller::Root, Catalyst

Jun Shimizu, <bayside@cpan.org>

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.