From 2ffa5753556c6d7c54f8d53bf2b49f001b5b9163 Mon Sep 17 00:00:00 2001 From: Sakshi Date: Mon, 3 Jul 2023 02:01:34 +0530 Subject: [PATCH] modified read me --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71edcd5..7a17bd1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Store-GoLang-Flutter Implemented a Golang API server which caters to HTTP GET request from client. +Hi, this is Sakshi I have created a hypothetical store with products carrying attributes: Name, Price and Count. A valid HTTP GET request gets a response with list of products. It is basically a Flutter App that will execute API calls to server. The fetched data in JSON format from server will be displayed in List.