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

https://github.com/mbrsagor/nodejs

I'm learning NodeJS for the purpose of another new expess project.
https://github.com/mbrsagor/nodejs

database learning-nodejs node-js nodejs

Last synced: 11 months ago
JSON representation

I'm learning NodeJS for the purpose of another new expess project.

Awesome Lists containing this project

README

          

# 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.
```angular
git clone https://github.com/mbrsagor/NodeJS
cd NodeJS
npm install
npm start
```