MERN Stack Tutorial - Book Store Project

Learn the MERN stack (MongoDB, Express, React, ) in this crash course for beginners. Here are some of the topics you will learn about: - Backend CRUD - Backend Router - CORS Policy - MongoDB operations - Frontend CRUD - Frontend Router 💻 Code: ✏️ Course developed by @DevEmpower ⭐️ Contents ⭐️ ⌨️ (00:00) Intro ⌨️ (01:10) Create project from scratch ⌨️ (03:39) Create our first Http Route ⌨️ (06:01) Add MongoDB and mongoose to node js ⌨️ (08:52) Create Book model with mongoose ⌨️ (10:53) Save a new Book with mongoose ⌨️ (13:31) Get All Books with mongoose ⌨️ (15:08) Get One Book by id with mongoose ⌨️ (16:29) Update a Book with mongoose ⌨️ (18:36) Delete a book with mongoose ⌨️ (20:09) Refactor Node js with express ... #freeCodeCamp 20230831 -42K44A1oMA
Back to Top