An open API service indexing awesome lists of open source software.

https://github.com/rahul-bhati/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.
https://github.com/rahul-bhati/nodejs

30-days-of-code 30dayscodechallenge 30daysofcode 30daysofjavascript collaborate communityexchange express-js expressjs github learn nodejs

Last synced: 5 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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.

```bash
git clone https://github.com/Rahul-Bhati/NodeJs/Folder_Name.git
cd foder_path
```

```bash
npm install
```

## Steps for read-only access

To start the express server, run the following

```bash
nodemon index.js
```

Open [http://localhost:5000](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