- Nodejs LTS
- git
- SourceTree
- Visual Studio Code
- postgres or download docker for windows, and start a postgres container and setup the devdb
docker run --name postgresdb -p 32768:5432 -d postgres
docker container update --restart=always postgresdb
docker exec -it postgresdb psql --username postgres -c "CREATE DATABASE devdb OWNER postgres;"
docker exec -it postgresdb psql --username postgres -c "GRANT ALL PRIVILEGES ON DATABASE devdb TO postgres;"
docker exec -it postgresdb psql --username postgres -c "DROP DATABASE devdb"
npm install -g @angular/cli
npm install -g nodemon
npm install -g sequelize-cli
- Pro git
- Pro Angular, 2nd Edition
- Express.js Deep API Reference
- Express.js Guide
- Pro Express.js
- more on allitebooks