<div dir="ltr"><div><div><div>I am trying to learn dancer. Have played around with <a href="https://metacpan.org/module/Dancer::Plugin::SimpleCRUD">Dancer::Plugin::SimpleCRUD</a> and although I find it useful I can't find an example that applies specifically to what I want to learn. I am looking for an example app that:<br><br></div>Brings a user to an index page similar to the "dancer -a" sample app but allows a user to either log in or else takes a user to template/page to create a minimal account (name, DOB, Gender, Email) which would result in them adding a record to a MySQL table. Once the user is created/logged in they could return to the <a href="http://index.tt">index.tt</a> page with their name appearing as they are logged in. <br><br></div>Does anyone know where I can find such an example?<br><br></div>Thanks<br></div>