If anyone can help me with this please respond to me and let me know about how much you would charge. Thanks
I am trying to learn dancer. Have played around with
Dancer::Plugin::SimpleCRUD
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:
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 index.tt page with their name appearing as they are logged in.