

Here’s what it looks like:įree free to check out the demo before continuing with this tutorial. Let’s build a simple application that lets you track a list of quotes from Star Wars Characters. We’ll build a simple application together If we put CRUD, Express and MongoDB together into a single diagram, this is what it would look like:ĭoes CRUD, Express and MongoDB makes more sense to you now?

POST, GET, PUT, and DELETE requests let us construct Rest APIs. It is a set of operations we get servers to execute ( POST, GET, PUT and DELETE requests respectively).

This is the place where you store information for your websites (or applications).ĬRUD is an acronym for Create, Read, Update and Delete. In case you were wondering, Node allows you to use JavaScript as your server-side language. It simplifies the server creation process that is already available in Node. Let’s quickly introduce what they are before we diving into the tutorial.Įxpress is a framework for building web applications on top of Node.js. CRUD, Express and MongoDBĬRUD, Express and MongoDB are big words for a person who has never touched any server-side programming in their life. I want to write a comprehensive tutorial so you won’t have to go through the same headache I went through. I finally understood how to work with Node, Express, and MongoDB.
