MERN stack: how to build a RESTful API with Node.js and Express
Learn how to CREATE, READ, UPDATE and DELETE with JavaScript
Apr 3, 20229 min read5.1K

Search for a command to run...
Series
This series is about how to make a full stack web app using the MERN tech stack that consists of MongoDB, Express, React and Node. At the end of it you will be able to deploy on Docker.
Learn how to CREATE, READ, UPDATE and DELETE with JavaScript

Intro You will learn how to make a full RESTful API that connects with a real database. The endpoints contain all the CRUD operations and you will apply modern techniques like ES6 export modules and async/await functions, as well as the relevant libr...

JavaScript backend testing

Tutorial to learn about auth, tokens and cookies
