GSoC/GCI Archive
Google Code-in 2011 The Perl Foundation

make a simple forum in mojolicious

completed by: Ivan Penchev

mentors: Marcus Ramberg

Make a simple forum software using the Mojolicious framework, to allow people to discuss things on the internet. We do not require you to use user login, but if you want to provide it a simple solution could be to integrate with facebook or google through OAuth2. (there's a plugin on cpan for Mojolicious).

You can choose the storage backend, suggested options are MongoDB or SQL databases through DBI. You should be using the Mojolicious::Lite module.

The delivery should be available on github, and should include simple install instructions.