NAME
TinyURL - Catalyst based application
SYNOPSIS
cd TinyURL/sql/schema
createdb tinyurl
psql tinyurl < tiny_url.sql
cd ../../script
./tinyurl_server.pl
DESCRIPTION
This is sample Catalyst application using Catalyst::Plugin::CRUD. Default model uses PostgreSQL.
SEE ALSO
TinyURL::Controller::Root, Catalyst
AUTHOR
Jun Shimizu, <bayside@cpan.org>
LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.