Todo Backend - Perl Catalyst Implementation
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
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/.
To get started locally, you can use Carton to install the dependencies.
carton install
carton exec -- plackup app.psgi