1) MySQL (note the password while installing it will we used later)
https://dev.mysql.com/downloads/workbench/
2) Visual Studio code https://code.visualstudio.com/download
3) Node js (version which is compatible with angular https://angular.dev/reference/versions)
https://nodejs.org/en/download/prebuilt-installer
For installing Angular follow the steps below
1) Open command prompt in windows type the below command
npm install @angular/cli-g
2) Once installation done type
npm --version
3) Press enter and then type
ng --version
4) Both times version should be displayed (your version can be different from the image shown below)
For references: https://angular.dev/installation
This completes the basic software needed for Full Stack Development with Angular, Node.js and MySQL
The above is the detailed content of Basic Software Installation for Full Stack Development with Angular, Node.js and MySQL. For more information, please follow other related articles on the PHP Chinese website!