Skip to content

Instantly share code, notes, and snippets.

@Tapia641
Last active February 5, 2020 08:17
Show Gist options
  • Save Tapia641/1c8c2cd1d33a21d5e5d17774ee34839c to your computer and use it in GitHub Desktop.
Save Tapia641/1c8c2cd1d33a21d5e5d17774ee34839c to your computer and use it in GitHub Desktop.
Angular

Dependencias

npm install bcrypt-nodejs --save //Encriptar passwords
npm install   body-parser --save //Convertir a objeto usable por javascript
npm install connect-multiparty --save //Subir archivos --save
npm install express --save //Framework http para rutas --save
npm install jwt-simple --save //Gestionar tokens & autentifacion --save
npm install moment --save //Fechas --save
npm install mongoose --save //ORM MongoDB en NodeJS --save
nom install nodemon --save-dev //Refrescar el servidor ante los cambios

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment