Last active
December 8, 2025 21:01
-
-
Save sergiecode/79005221a4adfbfa3a2edd62e787663c to your computer and use it in GitHub Desktop.
Instalaciones Necesarias y recomendadas para el curso de NODE.JS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Instalaciones necesarias para curso de NODE JS | |
| - [GOOGLE CHROME (NAVEGADOR)](https://www.google.com/intl/es_es/chrome/) | |
| - [VISUAL STUDIO CODE (Editor Código)](https://code.visualstudio.com/download) | |
| - [GIT (manejador de versiones)](https://git-scm.com/) | |
| - [NODE](https://nodejs.org/es) | |
| - [NVM](https://github.com/coreybutler/nvm-windows) | |
| - [POSTMAN](https://www.postman.com/downloads/) | |
| - [MONGO COMPAS] (https://www.mongodb.com/try/download/compass) | |
| - [TABLE PLUS] (https://tableplus.com/) | |
| - [DOCKER] (https://www.docker.com/get-started/) | |
| # Documentaciones oficiales: | |
| - [NODE] (https://nodejs.org/docs/latest/api/) | |
| - [EXPRESS] (https://expressjs.com/en/4x/api.html) | |
| - [JAVASCRIPT] (https://developer.mozilla.org/en-US/docs/Web/JavaScript) | |
| - [TYPESCRIPT] (https://www.typescriptlang.org/docs/) | |
| - [NODEMAILER] (https://nodemailer.com/message/attachments/) | |
| - [MONGOOSE] (https://mongoosejs.com/) | |
| - [JWT] (https://jwt.io/) | |
| - [RAILWAY] (https://railway.app/) | |
| - [PRISMA] (https://www.prisma.io/) | |
| - [TYPEORM] (https://typeorm.io/) | |
| - [EXPRESS-VALIDATOR] (https://express-validator.github.io/docs/) | |
| # Paquetes de NodeJS | |
| - [NPM] (https://www.npmjs.com/) | |
| - [NODEMON] (https://www.npmjs.com/package/nodemon) | |
| - [UUID] (https://www.npmjs.com/package/uuid) | |
| - [AXIOS] (https://www.npmjs.com/package/axios) | |
| - [YARGS] (https://www.npmjs.com/package/yargs) | |
| - [CRON] (https://www.npmjs.com/package/cron) | |
| - [JSON-SERVER] (https://www.npmjs.com/package/json-server) | |
| - [DOTENV] (https://www.npmjs.com/package/dotenv) | |
| - [ENV-VAR] (https://www.npmjs.com/package/env-var) | |
| - [NODEMAILER] (https://www.npmjs.com/package/nodemailer) | |
| - [BCRYPTJS] (https://www.npmjs.com/package/bcryptjs) | |
| - [JWT] (https://www.npmjs.com/package/jsonwebtoken) | |
| ## CANAL DE YOUTUBE: | |
| [CANAL SERGIE CODE](https://www.youtube.com/@sergiecode) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment