- HTML, CSS Basics
- Node.js Basics
- Javascript
- How to use Command Line
- installation:
npm i express --save
- server-with-node
- hello world with Express
- middlewares/
- routing/
- https
- http-objects/
- apis/
- views/
- Express-FirstServer
- Express-GuestBook-App
- API DarkSky
- To start a New Project:
npm init --yes
- TO install Express framework:
npm install express --save
- nodemon:
npm i nodemon --global
- helmet
- mongodb