Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/outtaspace/coding_test


https://github.com/outtaspace/coding_test

perl python

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

Install all the deps for the current directory:
$ cpanm --installdeps .

Run database migrations:
$ ./bin/run.pl migrate

Run all tests with the command:
$ ./bin/run.pl test

Start application with HTTP and WebSocket server:
$ ./bin/run.pl daemon -l http://*:8080