Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 658 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 658 Bytes

NodeJS

I'm learning NodeJS for my another new projects purpose

Why we use Node.JS
  • Querying database.
  • Operations over database.
  • Access or wirte a file on server.
  • Server side request.
  • Backend software development.
How to run your node js development server?

Go to your root folder run run the command node app.js

Node js simple static templates.

How to run project locally?

Open your terminal then follow the command hopefully it will be successfully work. Before you should be install node js latest version in your system.

git clone https://github.com/mbrsagor/NodeJS
cd NodeJS
npm install
npm start