Building REST APIs with 14 – Course for Beginners

Learn how to code REST APIs using 14. You’ll learn to create multiple MongoDB models, how to protect API routes, deploy APIs, and more. Course developed by @ProgrammingwithUmair321 Code: ⭐️ Contents ⭐️ ⌨️ (0:00:05) Overview of project ⌨️ (0:03:21) Create new project ⌨️ (0:04:11) Files and folder structure ⌨️ (0:07:41) Connect to database ⌨️ (0:16:26) Create user schema ⌨️ (0:19:26) GET users api ⌨️ (0:24:46) POST new user api ⌨️ (0:30:32) PATCH user api ⌨️ (0:39:51) DELETE user api ⌨️ (0:45:41) Create category schema ⌨️ (0:49:21) GET categories api ⌨️ (0:54:35) POST category api ⌨️ (0:58:46) PATCH category api ⌨️ (1:08:41) DELETE category api ⌨️ (1:12:49) Create blog schema ⌨️ (1:14:39) GET blogs api ⌨️ (1:21:14) POST bl ... #freeCodeCamp 20240604 aEFkWxUNAVc
Back to Top