Learn Backbone.js Tutorial by Building an App! (6/6) - PUT and DELETE Requests to MongoDB

preview_player
Показать описание
Send PUT and DELETE requests from Backbone JS to a Node/Express server and MongoDB. We are now finished with our Blogroll App!

Github source code:

Рекомендации по теме
Комментарии
Автор

Whoa! I just finished watching all 6 tutorials and I'm a fan bro. You're super fast and really thorough. Thanks for sharing and teaching. Also, could you include some support docs about different utilities you're using like "subl" and "how to set your bash profile" set up so other nubes can learn those things too? I found Emmet as mentioned in 1/6; but, I think you mentioned a few others since then. Cheers!

CindyAlexius
Автор

great stuff, thanks :)
I was a bit overwhelmed after 3rd video - but after finishing 1st week on mongo university (for mongo + node.js) ... everything went smoothly. Thanks!

lumo-lm
Автор

Thank you very much Michael. Will you be doing any react tutorials?

titaniumwolf
Автор

nice Dude! It's perfect. There is not a single bug if you follow it thoroughly. Thank you gan!

timotiuserick
Автор

Thx much for all the work and helping people. Is this all code somewhere on github to download.

rkgoli
Автор

Nice work! Completed the tutorial, it all works. I get it. Thanks!

bulghurbulghur
Автор

likewise, thanks a lot, quite illustrative. 
just was weird node didnt complain about the fact, that at the end of the video the put's response was something like : res.send( {_id: req.params.ed } );, whereas res.send( {_id: req.params.id } );

carlosguizartejeda
Автор

Very illustrative tutorial, quite nice :) It helped me alot thanks

alekhyayalla
Автор

This was cool and perfect. The only thing that baffles me here : We were already calling destroy method on model. We already had URL in collection. We did override an "id" field, but id used to exist earlier too. Here, We didn't add any logic to make a URL call. So, what made the difference. Why there was no call to URL before.

xposeideas
Автор

Extremely helpful tutorial, thanks a lot!

bellevik
Автор

Hi Micheal Cheng,
App is working fine but without get/post/delete/put operations.
These server side requests aren't reflecting in my localhost:3000
But I'm seeing the console logs in mongod terminal but not in the app(localhost:3000)
Pls help.

rajeshvuppula
Автор

Thanks for your work, very helpful ;)

Digibot
Автор

can anyone tell me how to update the whole table at once... i have a problem where i will have to edit the table and then update it at once instead of each row. can anyone help me with the code as i am very new to this tiopic

divyaguptaarora
Автор

hi.. can anyone tell me how to have a pimary key in mongodb.. or set he id manually instead of using mongodb's id

divyaguptaarora
Автор

nothing to say, , alhamdulillah.... it's just awesome

abdullahmubin
Автор

the update isnt working
can anyone tell me why?

divyaguptaarora
Автор

Mee too. Update is resulting an error: MongoError: Mod on _id not allowed

warodri