Event
15 January 2019
New York
Added 30-Jan-2023
This month, 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.
From this foundation, we can move forward into creating our own fullstack applications.