Skip to content

Instantly share code, notes, and snippets.

@Igor-Lopes
Created June 12, 2017 20:39
Show Gist options
  • Save Igor-Lopes/efd09ea1f249f9a52efea7dbf2b4f0c6 to your computer and use it in GitHub Desktop.
Save Igor-Lopes/efd09ea1f249f9a52efea7dbf2b4f0c6 to your computer and use it in GitHub Desktop.
Comandos para executar a API em Node
  • Limpar diretório de dependências: rm -rf node_modules
  • Atualizar repositório: git pull
  • Instalar dependências: npm install
  • Executar mongo como admin: sudo mongod
  • Executar app: nodemon app.js ou node app.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment