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.
- Host: GitHub
- URL: https://github.com/mbrsagor/nodejs
- Owner: mbrsagor
- Created: 2020-09-22T19:43:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T15:12:02.000Z (over 5 years ago)
- Last Synced: 2025-01-12T13:25:25.138Z (about 1 year ago)
- Topics: database, learning-nodejs, node-js, nodejs
- Language: HTML
- Homepage:
- Size: 570 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```