Skip to content

Commit 09864a4

Browse files
committed
readme updated
1 parent 57a6e5c commit 09864a4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,14 @@ angularjs-nodejs-users
2626
2727
> bower install
2828
29+
> mongodb
30+
31+
> node app.js or npm start or node app
32+
2933
####Needs
3034

3135
Nodejs and NPM installed
3236

33-
Bower installed
37+
Bower installed
38+
39+
MongoDB installed

backend/loaders/database.loader.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var db = mongoose.connection;
55

66
db.on('error', console.error);
77
db.once('open', function() {
8-
console.log('Conectado ao MongoDB.');
8+
console.log('Connected to MongoDB.');
99
});
1010

1111
mongoose.connect(database.url);

0 commit comments

Comments
 (0)