Open Zandrr opened 9 years ago
I saw in breakfast.js you have:
skeleton.connect('mongodb://localhost/simple');
Looking at the skeleton documentation, this operation is not permitted. The database will not connect using this syntax. I think you want to use mongoose.
Broken?
I saw in breakfast.js you have:
Looking at the skeleton documentation, this operation is not permitted. The database will not connect using this syntax. I think you want to use mongoose.