<div dir="ltr"><div>If anyone can help me with this please respond to me and let me know about how much you would charge. Thanks<br></div><div><br>I am trying to learn dancer. Have played around with <a href="https://metacpan.org/module/Dancer::Plugin::SimpleCRUD" target="_blank">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" target="_blank">index.tt</a> page with their name appearing as they are logged in. <br></div>