]> git.ktnx.net Git - lsl.git/commit
first take at a Dancer2 app, some functions work
authorDamyan Ivanov <dmn@debian.org>
Wed, 9 Feb 2022 06:31:09 +0000 (06:31 +0000)
committerDamyan Ivanov <dmn@debian.org>
Wed, 9 Feb 2022 06:31:09 +0000 (06:31 +0000)
commitb28adff9a0ae8c3359e2bcf315479b46ad90306b
treed1cbc8736d19b4505d98ed361ddf63c6529cc759
parenta50686a07cedc9ab0a800b4897757b24d593c444
first take at a Dancer2 app, some functions work
32 files changed:
Dockerfile [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
MANIFEST.SKIP [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
bin/app.psgi [new file with mode: 0755]
config.yml [new file with mode: 0644]
cpanfile [new file with mode: 0644]
environments/development.yml [new file with mode: 0644]
environments/production.yml [new file with mode: 0644]
lib/App/LazyShoppingList/API.pm [new file with mode: 0644]
lib/App/LazyShoppingList/API/v1.pm [new file with mode: 0644]
lib/App/LazyShoppingList/Schema.pm [new file with mode: 0644]
lib/App/LazyShoppingList/Schema/Result/Globals.pm [new file with mode: 0644]
lib/App/LazyShoppingList/Schema/Result/ShoppingList.pm [new file with mode: 0644]
lib/App/LazyShoppingList/Schema/Result/ShoppingListItem.pm [new file with mode: 0644]
lib/App/LazyShoppingList/Web.pm [new file with mode: 0644]
lib/Dancer2/Plugin/DBIC.pm [new file with mode: 0644]
public/404.html [new file with mode: 0644]
public/500.html [new file with mode: 0644]
public/css/error.css [new file with mode: 0644]
public/css/style.css [new file with mode: 0644]
public/dispatch.cgi [new file with mode: 0755]
public/dispatch.fcgi [new file with mode: 0755]
public/favicon.ico [new file with mode: 0644]
public/images/perldancer-bg.jpg [new file with mode: 0644]
public/images/perldancer.jpg [new file with mode: 0644]
public/javascripts/jquery.js [new file with mode: 0644]
sql/schema/init.sql [new file with mode: 0644]
t/001_base.t [new file with mode: 0644]
t/002_index_route.t [new file with mode: 0644]
views/index.tt [new file with mode: 0644]
views/layouts/main.tt [new file with mode: 0644]