Skip to content

Node.jsを使って投げ銭アプリを作成

Notifications You must be signed in to change notification settings

jsakamoto/nagesen_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

投げ銭 for Webの使い方

アクセスするページ

ルーティング|ページ
:----------:|:----:
/           | 投げ銭クライアント
/box        | 投げ銭BOX
/qr         | 投げ銭クライアントへのQRコード発行

ローカルで使う場合

準備するもの

  • Gitクライアント
  • Node.js実行環境(node v0.10.26, npm v1.4.9)

手順

$ git clone https://github.com/ohotech/nagesen_web.git nagesen
$ cd nagesen
$ npm install
$ node app -p <port>
Listening on port <port>...

herokuで動かす場合

準備するもの

  • Gitクライアント
  • Node.js実行環境(node v0.10.26, npm v1.4.9)
  • heroku アカウント
  • heroku toolbelt( ダウンロードページ )

手順

  • ここでは、「[subdomain].herokuapp.com」に投げ銭を設置したい例です。
$ heroku login # ssh公開鍵登録 一度行えばよい
$ heroku create [subdomain] # [subdomain]の取得 
$ git clone https://github.com/ohotech/nagesen_web.git nagesen
$ cd nagesen
$ git push heroku master
$ heroku ps:scale web=1 # 無料枠内での起動
$ heroku logs # 起動確認
$ heroku ps:scale web=0 # 終了

Azure Web Apps で動かす場合

準備するもの

  • Azure アカウント

手順

下の「Deploy to Azure」ボタンをクリックし、表示される Web サイトの指示に従ってください。

Deploy to Azure

投げ銭 for Web は Azure Web Apps の無料枠内で実行できます。

About

Node.jsを使って投げ銭アプリを作成

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published