CRUD! Using Node & MongoDB

button-icon-arrow-right
button-icon-arrow-left

button-icon-arrow-leftBack

Event

CRUD! using Node & MongoDB

20 February 2019

New York

Added 01-Jan-1970

This quarter, we're focusing on CRUD functionality. Boil down all of our fancy features to their most essential actions and we'll find that they're one of the following four: Create, Read, Update, or Delete.

Together, collaboratively and within a small group, we're going to figure out how to set up a simple Node server & MongoDB database that can handle these four operations. We'll be using Express & Mongoose respectively to further simplify the process.

Top