Skip to content

s-shin/KossyExample1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KossyExample1

Usage

First, setup the database with the commands below.

[SQLite]
$ perl db/setup_sqlite 1

[MySQL]
$ (Create DB 'kossy_example_1' in the local MySQL server.)
$ MYSQL_USER=... MYSQL_PASSWORD=... perl db/setup_mysql 1

Then, run.

[SQLite]
$ plackup app.psgi

[MySQL]
$ MYSQL_USER=... MYSQL_PASSWORD=... plackup app.psgi

Dependencies

  • Kossy
  • DBI
  • DBD::mysql or DBD::SQLite
  • Teng
  • DateTime::Format::MySQL

About

An example application using Kossy WAF.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages