From ec4fc959266bf80af7e65c4e0f62404e215f53ff Mon Sep 17 00:00:00 2001 From: Sravesh Nandan Date: Wed, 26 Jul 2023 22:56:48 +0530 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fa7763..6607abc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Product REST API This is a RESTful API for managing products, built with Express and Mongoose. The API allows performing CRUD operations (Create, Read, Update, Delete) on products. It provides various endpoints to fetch, create, update, and delete products based on different parameters. - +## Demo ✨ +https://product-api-3ejv.onrender.com/api/v1/products ## Getting Started To get started with this Product REST API, follow the steps below: