https://github.com/outtaspace/coding_test
https://github.com/outtaspace/coding_test
perl python
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/outtaspace/coding_test
- Owner: outtaspace
- Created: 2015-01-09T08:49:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-08-27T13:29:11.000Z (almost 9 years ago)
- Last Synced: 2025-06-15T16:12:19.978Z (12 months ago)
- Topics: perl, python
- Language: Perl
- Size: 963 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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