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

https://github.com/ww24/adf-hackathon

ADF Hackathon
https://github.com/ww24/adf-hackathon

Last synced: about 2 months ago
JSON representation

ADF Hackathon

Awesome Lists containing this project

README

        

ADF Hackathon
=============

Requirements
------------
* Node.js 0.12
* (MongoDB 2.6)

Directories
-----------
* config: 設定ファイル
* libs: ライブラリ
* models: モデル
* public: 静的ファイル
* routes: ルート (コントローラ)
* views: ビュー (HTML, mustache)

How to launch
-------------
* Node.js v0.12 のインストール
* `npm i` 実行
* `npm start`
* ブラウザで [localhost:3000](http://localhost:3000) を開く
* display 側は [localhost:3000/display](http://localhost:3000/display)