Quantcast
Channel: tyoshikawa1106のブログ
Viewing all articles
Browse latest Browse all 1437

Node:Express開発のメモ

$
0
0

expressのコマンドの実行からサーバの起動方法

$ cd app
$ express
$ npm i
$ npm start

mongodbの準備方法

$ brew install mongodb
$ npm install -S mongoose
  • dataフォルダを作成
  • nodemon.jsonを作成
{
  "ignore": ["data"]
}

mongodbの起動

$ mongod --dbpath=data

Viewing all articles
Browse latest Browse all 1437

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>