You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>This tutorials explains how to create REST api using express js, node js & mongodb.
4
+
After this tutorial you will be able to create basic get and post REST api services using
5
+
node & mongo.<br/>
6
+
Put, Patch method will be updated soon in the same tutorials</p>
7
+
8
+
<h3>What is gulp?</h3>
9
+
<p>Gulp is basically a watcher. If you perform any change to your application, then you
10
+
have to stop and restart service again and again. Gulp takes this reponsibility for you.
11
+
It watches if there is some changes in your application and rebuild it automatically.
12
+
You can review gulp settings in gulpfile.js</p>
13
+
14
+
<h3>What is bookModel.js?</h3>
15
+
<p>This file is a structure of your mongodb document. It should be same as mongodb document structure. You can relate it with entity framework in .Net.</p>
16
+
17
+
<h3>How to run?</h3>
18
+
<p>Download repository or clone it using git bash. Navigate to folder in command prompt(windows).
19
+
Then run "npm install" to download dependencies. After that "node app.js".
0 commit comments