pAditya198 / Node_js

Learning node as a server side script.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nodejs

Learning node as a server side script.

  • git commit and branching are a typical topic so before adding and commiting check you do not initialize git inside another git repo.

for folders containing .gitignore

cd into the folder and then

$ npm install

to install the dependancies and then

$ npm start

to start the server

for folders that does not contain .gitignore simply

$ npm start

and start the server

To run MongoDB

$ mongod --dbpath=/databasepath --bind_ip 127.0.0.1

About

Learning node as a server side script.


Languages

Language:JavaScript 88.4%Language:HTML 8.0%Language:TeX 3.4%Language:CSS 0.2%