-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nodeのフレームワーク選定 #3
Comments
を見ると、もっとも人気があるフレームワークとして
|
AdonisJs を導入dockerコンテナ作成してそこでsampleアプリ作成してみる。 Dockerfile
sampleプロジェクト
dockerコンテナ上で動かしているのでaccessできるように .envのHOSTを AdonisJSでLaravel(5.1)のチュートリアルしてみた これをみてsampleプロジェクトをbrashupしていく。 sqlite3
テーブル作成してみるuserテーブルはすでにあるのでログテーブルだけ作成
そして、migrationを実行してテーブルを作成する
fabricを導入package.json に以下導入し、npm install
|
sampleサイト起動方法localhost で以下実施
localhostの他のterminalで以下実施
|
今回、hyperledger fabric側のsampleがjsファイルを参考にしているうため、連携しやすいようにnodeで簡単なサイトを作ることにした。
差し当たって以下のようなイメージなので、node の フレームワークを選定する
The text was updated successfully, but these errors were encountered: