Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.82 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.82 KB

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

Screenshot of the example app

Screenshot of the example app

Day 2

Routing between to pages index.js and admin.js

Screenshot of the example app

Screenshot of the example app

Screenshot of the example app

Screenshot of the example app

Screenshot of the example app