Skip to content

Example Mojolicious app skeleton designed for Heroku. Has users with roles/privs, uses MongoDB.

Notifications You must be signed in to change notification settings

davemenninger/lrrr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lrrr: Like Jrrr, but bigger

This is an example Mojolicious app. Its goals are:

  • have users that can login and have different permissions
  • be "12-factor" using carton, Heroku, etc, etc
  • stick to best-ish practices ( testing, Travis CI, perlcritic, pertidy )
  • make use of MongoDB
  • be a base/template for making future apps

Lrrr

Buttons!

Build Status

Deploy

Roadmap

  • Add simplest authentication
  • move authentication routes into own controller
  • create login page ( post )
  • connect authentication to external database ( mongo )
  • wait for November 18th, 2014 for mongolab to upgrade default version to 2.6, argh!
  • fix travis hack after travis upgrades default mongodb version to 2.6
  • register new user
  • prevent register dupe username
  • prevent bots with captcha or something ( how to automate tests then? )
  • script to create default admin user
  • get default admin user/pass from ENV instead of hardcoded
  • make authentication more secure ( bcrypt )
  • more tests for authentication, registration
  • add authorization ( logged in user can see some things, but not others )
  • tests for authorization
  • tests for user routes
  • catch-all route, switch routes to use over() conditions
  • Mojolicious plugins: CSRFProtect, VaildateTiny, Toto
  • user can create document objects into mongo
  • roles: admin, guest, author, reader?
  • scripts: setup new db,
  • more templates/routes: home, user, user/:username, "posts" ...
  • bootstrap, bower
  • Dockerfile; add mongodb setup? fixtures?

Credits

About

Example Mojolicious app skeleton designed for Heroku. Has users with roles/privs, uses MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published