Code With Mark
Home
About
Resources
Contact

Beginner's Guide to node js

A comprehensive Node.js tutorial for beginners: Learn how to build a full blown web application with. There is lots of information about node.js, but given the rapid pace at which it is developing, it can be difficult for beginners to find good, current information on how to get started.  

This is a video training series to get you up and running with node js in no time.

Just watch the videos below and you will be create amazing node js apps in no time.

1) Run MongoDB as a service so it can continually run in the background.

In your command prompt, type:

mongod --directoryperdb --dbpath C:\mongodb\data\db --logpath C:\mongodb\log\mongo.log --logappend --rest --install

Now your command prompt should look like:

C:\mongodb\bin\mongod --directoryperdb --dbpath C:\mongodb\data\db --logpath C:\mongodb\log\mongo.log --logappend --rest --install n

Next hit: enter

To start the service, type in: net start MongoDB

Next hit: enter

2) To see all of the  MongoDB databases that are already installed

Type in: monog (your command prompt will look lik: C:\mongodb\bin>mongo)

Next hit: enter

Type in: show dbs (your command prompt will look lik: > show dbs)

 

For Web Developers

Working Hard But Still Not Getting Ahead?

You finish a project, get paid, and then it's back to finding the next client.

Month after month, the cycle repeats.

That's why many web developers never build real financial freedom—even though they're highly skilled.

The developers creating long-term wealth are using those same skills to build SaaS products, plugins, and digital tools that generate recurring income.

What if your next project could pay you more than once?

Learn How To Build Monthly Income →
Easily Parse Any URL Address With JavascriptEasily Parse Any URL Address With Javascript←Previous
Easily generate random alphanumeric string in javascriptEasily generate random alphanumeric string in javascriptNext→

Top Posts Viewed

Easily Edit HTML Table Rows Or Cells With jQuery
145 views
How To Create A Secure Login System With PHP And MySQL
134 views
PHP Simple Database Class
134 views

Categories

Courses
Excel
Google Script
Javascript
jQuery
Microsoft Access
MongoDB
Node JS
PHP
Quick Tip
Uncategorized
Wordpress