We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
一旦ローカルセットアップ手順
brew install mongodb ln -sfv /usr/local/opt/mongodb/*.plist ~/Library/LaunchAgents launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mongodb.plist または、 mongod --config /usr/local/etc/mongod.conf
mongo use fx-dev db # insert db.samples.insert({name: 'test1'}) db.samples.insert({name: 'test2'}) db.samples.insert({name: 'test3'}) # find db.samples.find()
git checkout express npm install npm start
localhost:3000/viewにアクセスして動けば問題なし