/todo-backend-catalyst

Perl Catalyst implementation of the TODO backend

Primary LanguagePerl

Todo Backend - Perl Catalyst Implementation

Build Status

This is a very basic Catalyst implementation of the TODO backend.

One interesting module is the Plack::Middleware::CrossOrigin but everything else is relatively standard.

Feel free to submit pull requests to improve this.

Run live test on todobackend.com

Heroku

This repo is Heroku-ready via Heroku buildpack: Perl. Follow the instructions on the repo to launch it.

Live demo can be found here: https://todo-backend-catalyst.herokuapp.com/.

Carton

To get started locally, you can use Carton to install the dependencies.

carton install
carton exec -- plackup app.psgi