NodeJs
Today began learn about MEAN stack first with Nodejs that is a server side form of javascript. Repository for track of Day by Day improvement track in new Skill.
Requirements
- Node 8
- Git
- VS Code (Optional)
Common setup
Clone the repo and install the dependencies.
git clone https://github.com/Rahul-Bhati/NodeJs/Folder_Name.git
cd foder_path
npm install
Steps for read-only access
To start the express server, run the following
nodemon index.js
Open http://localhost:5000 and take a look around.
Day 1
Print Hello World
<img class="img-fluid" src="https://github.com/Rahul-Bhati/NodeJs/blob/beea03c288293ac6be88f448eb5fc62d313c2284/Day%201/Screenshot%20(545).png" alt="Screenshot of the example app"/>
<img src="https://github.com/Rahul-Bhati/NodeJs/blob/beea03c288293ac6be88f448eb5fc62d313c2284/Day%201/Screenshot%20(546).png" alt="Screenshot of the example app"/>
Day 2
Routing between to pages index.js and admin.js
<img src="https://github.com/Rahul-Bhati/NodeJs/blob/beea03c288293ac6be88f448eb5fc62d313c2284/Day%202/Screenshot%20(547).png" alt="Screenshot of the example app"/>
<img src="https://github.com/Rahul-Bhati/NodeJs/blob/beea03c288293ac6be88f448eb5fc62d313c2284/Day%202/Screenshot%20(548).png" alt="Screenshot of the example app"/>
<img src="https://github.com/Rahul-Bhati/NodeJs/blob/beea03c288293ac6be88f448eb5fc62d313c2284/Day%202/Screenshot%20(549).png" alt="Screenshot of the example app"/>
<img src="https://github.com/Rahul-Bhati/NodeJs/blob/beea03c288293ac6be88f448eb5fc62d313c2284/Day%202/Screenshot%20(550).png" alt="Screenshot of the example app"/>
<img src="https://github.com/Rahul-Bhati/NodeJs/blob/beea03c288293ac6be88f448eb5fc62d313c2284/Day%202/Screenshot%20(551).png" alt="Screenshot of the example app"/>