Setting the development enviroment for HARGENDAS and Stargazer System
- Node.js
- MongoDB
- Python 3.8
- Visual Studio Code
- Git
Set-up Windows Subsystem for Linux (WSL)
Windows
- 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
Install Node.js
Windows
- 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
Install MongoDB
Windows
- Download the latest version of MongoDB from MongoDB
- Install MongoDB
- Open the command prompt and type
mongo
to check the version of MongoDB
Install Python 3.8
Windows
- 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