From c669bc48c22d7defbc73ec735da04b25979271fa Mon Sep 17 00:00:00 2001 From: Rupa <102663541+Rupa-Rd@users.noreply.github.com> Date: Sun, 26 May 2024 18:53:58 +0530 Subject: [PATCH] [Techical Writing] Detailed article on how to create REST API (#298) * Added RestApi blog on homepage * Created a new blog post on How to build rest api using node and mongodb * Created a images folder to store the screenshots * Modified POST Function * Modified Update Function * Modified delete Function * Added content on how to test restapi locally on vscode * Added references for github * Added resources, deployment sections * Formatted the html * Minor changes * API return screenshot is added * modified reference link for resource * Typo removed * Api deployment steps are added * URL are modified * Resources modified, steps to create MongoDB cluster is added --- index.html | 19 + posts/images/Final-output.png | Bin 0 -> 80514 bytes posts/images/api-return.png | Bin 0 -> 81768 bytes posts/images/mongo-db-connection.png | Bin 0 -> 8977 bytes posts/images/mongodb-atlas-connection.png | Bin 0 -> 40310 bytes posts/images/mongodb-connection.png | Bin 0 -> 28524 bytes posts/images/project-details.png | Bin 0 -> 39035 bytes posts/images/render-repo-info.png | Bin 0 -> 28271 bytes posts/images/render-service.png | Bin 0 -> 44760 bytes ...uild-rest-api-using-node-and-mongo-db.html | 443 ++++++++++++++++++ 10 files changed, 462 insertions(+) create mode 100644 posts/images/Final-output.png create mode 100644 posts/images/api-return.png create mode 100644 posts/images/mongo-db-connection.png create mode 100644 posts/images/mongodb-atlas-connection.png create mode 100644 posts/images/mongodb-connection.png create mode 100644 posts/images/project-details.png create mode 100644 posts/images/render-repo-info.png create mode 100644 posts/images/render-service.png create mode 100644 posts/technology/How-to-build-rest-api-using-node-and-mongo-db.html diff --git a/index.html b/index.html index c1af9b8..9c2648e 100644 --- a/index.html +++ b/index.html @@ -156,6 +156,25 @@
+ Learn how to create, test, and deploy your API, and discover best practices for handling routes, + authentication, and error handling. By the end of this guide, you'll be ready to build and host your own RESTful API, + empowering your applications with seamless data communication. 🚀🌐 +
+ Read more → +