8000 GitHub - tardisx/mauction: The easy-to-use, perl/Mojolicious based auction site-in-a-box
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tardisx/mauction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAuction - Mojolicious Auction

The easy-to-use, perl/Mojolicious based auction site-in-a-box.

MAuction is designed to work well for:

  • office environments
  • online communities
  • charities

Basically anywhere you have a bunch of users, just waiting to buy and sell their stuff via eBay style auctions.

MAuction does not provide a separate user database, instead it is designed to authenticate against your existing userbase. Integrating it is a snap, and your users will love not having to setup Yet Another Account.

Dependencies

  • perl
  • postgresql
  • Carton (cpan Carton)
  • an Authen::Simple::* module for your required authentication method.

Installation

$ carton install
$ createdb mauction
$ psql mauction < etc/schema.sql
$ carton exec script/rosedb_generate
$ carton exec prove -Ilib -r

$ carton exec morbo script/mauction

Open http://localhost:3000 in your browser.

About

The easy-to-use, perl/Mojolicious based auction site-in-a-box

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0