Browse By

Tag Archives: mongo

Mongodb

MongoDB – Address already in use for socket: 0.0.0.0:27017

If you are like me who today tried to start mongod and got the error below [initandlisten] ERROR: listen(): bind() failed errno:48 Address already in use for socket: 0.0.0.0:27017 [initandlisten] ERROR: addr already in use [initandlisten] now exiting Then what have to do instead of restarting

Angular Fullstack 1.2.0

Another Mean stack yeoman generator came up couple of days ago and it has some nice features. The most important is the use of npm package passport which gives us the ability to scaffold a user account easily. Yeoman generator for creating MEAN stack applications,