/Node_js

Learning node as a server side script.

Primary LanguageJavaScript

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