File tree 2 files changed +13
-12
lines changed
2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " angular-note" ,
3
- "version" : " 0.0.1" ,
4
- "description" : " Simple note app in angularjs and nodejs" ,
5
- "main" : " server.js" ,
6
- "author" : " Poorvi" ,
7
- "dependencies" : {
8
- "express" : " latest" ,
2
+ "name" : " angular-note" ,
3
+ "version" : " 0.0.1" ,
4
+ "description" : " Simple note app in angularjs and nodejs" ,
5
+ "main" : " server.js" ,
6
+ "author" : " Poorvi" ,
7
+ "dependencies" : {
8
+ "express" : " latest" ,
9
9
"body-parser" : " latest" ,
10
- "morgan" : " latest" ,
11
- "mongoose" : " latest" ,
12
- "request" : " latest"
10
+ "morgan" : " latest" ,
11
+ "mongoose" : " latest" ,
12
+ "request" : " latest"
13
13
}
14
- }
14
+ }
Original file line number Diff line number Diff line change @@ -32,4 +32,5 @@ require('./app/routes/api')(app);
32
32
require ( './app/routes/routes' ) ( app ) ;
33
33
34
34
// Start the app with listen and a port number
35
- app . listen ( 3000 ) ;
35
+ app . listen ( 3000 ) ;
36
+ console . log ( "Express server running at http://localhost:3000" ) ;
You can’t perform that action at this time.
0 commit comments