- Node.js
- MongoDB
- Python 3.8
- Visual Studio Code
- Git
- Open the command prompt and type
wsl --install
to install WSL (PowerShell is recommended) - Once the installation is completed, please restart your computer
- Open the command prompt and type
wsl
to check the version of WSL
- Download the latest version of Node.js from Node.js
- Install Node.js
- Open the command prompt and type
node -v
to check the version of Node.js - Open the command prompt and type
npm -v
to check the version of npm
- Download the latest version of MongoDB from MongoDB
- Install MongoDB
- Open the command prompt and type
mongo
to check the version of MongoDB
- Download the latest version of Python 3.8 from Python
- Install Python 3.8
- Open the command prompt and type
python --version
to check the version of Python 3.8