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.
- Host: GitHub
- URL: https://github.com/rahul-bhati/nodejs
- Owner: Rahul-Bhati
- Created: 2022-09-21T15:02:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-07T22:46:31.000Z (about 3 years ago)
- Last Synced: 2023-05-06T18:46:08.772Z (over 2 years ago)
- Topics: 30-days-of-code, 30dayscodechallenge, 30daysofcode, 30daysofjavascript, collaborate, communityexchange, express-js, expressjs, github, learn, nodejs
- Language: JavaScript
- Homepage:
- Size: 31.3 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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![]()
## Day 2
### Routing between to pages index.js and admin.js![]()
![]()
![]()
![]()