Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/outtaspace/coding_test
https://github.com/outtaspace/coding_test
perl python
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/outtaspace/coding_test
- Owner: outtaspace
- Created: 2015-01-09T08:49:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-27T13:29:11.000Z (over 7 years ago)
- Last Synced: 2024-11-11T14:45:50.284Z (3 months ago)
- Topics: perl, python
- Language: Perl
- Size: 963 KB
- Stars: 0
- Watchers: 2
- 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 migrateRun all tests with the command:
$ ./bin/run.pl testStart application with HTTP and WebSocket server:
$ ./bin/run.pl daemon -l http://*:8080