A textboard written in Perl https://posttext.pl
lib/PostText/Model | ||
migrations/1 | ||
t | ||
templates | ||
.gitignore | ||
AUTHORS | ||
cpanfile | ||
LICENSE | ||
PostText.pl | ||
README.md |
Post::Text
A textboard written in Perl
Installing locally
Install dependencies
$ cpanm --installdeps .
Running locally
Run it in development mode
$ morbo PostText.pl
Now try requesting http://localhost:3000
Testing
Run the tests locally (against development environment)
$ prove -l
TODOs
- Moar tests...
- Need migrations for PostText::Model::Thread
- Implement threads