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.