Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kwakwaversal/mojolicious-plugin-restify-example
An example of using the Mojolicious::Plugin::Restify CPAN distribution.
https://github.com/kwakwaversal/mojolicious-plugin-restify-example
mojolicious mojolicious-plugin-restify perl
Last synced: 16 days ago
JSON representation
An example of using the Mojolicious::Plugin::Restify CPAN distribution.
- Host: GitHub
- URL: https://github.com/kwakwaversal/mojolicious-plugin-restify-example
- Owner: kwakwaversal
- License: apache-2.0
- Created: 2016-09-16T15:54:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-03T20:34:15.000Z (over 6 years ago)
- Last Synced: 2024-12-06T20:12:43.132Z (about 2 months ago)
- Topics: mojolicious, mojolicious-plugin-restify, perl
- Language: Perl
- Homepage: https://metacpan.org/pod/Mojolicious::Plugin::Restify
- Size: 9.98 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# mojolicious-plugin-restify-example [![Build Status](https://travis-ci.org/kwakwaversal/mojolicious-plugin-restify-example.svg?branch=master)](https://travis-ci.org/kwakwaversal/mojolicious-plugin-restify-example)
An example of using my Mojolicious::Plugin::Restify CPAN distribution.# Description
This repository is offered up as an example of using the
[Mojolicious::Plugin::Restify](https://metacpan.org/pod/Mojolicious::Plugin::Restify)
CPAN distribution with [Mojolicious](https://metacpan.org/pod/Mojolicious). It's
also a good example (in my humble opinion) of how you should organise a
`Mojolicious` app.# How to get it working
For experienced users you'll know what to do to get this working, but to make
this as useful as possible to those new to Perl or Mojolicious, I've also
included a `Vagrantfile`.## Vagrant
After cloning this directory, run `vagrant up` to see it in action. That's it!