From 630aeed8a61bce3425fbfc6ee6a18fbdacf79931 Mon Sep 17 00:00:00 2001 From: manaknightdev <107868506+manaknightdev@users.noreply.github.com> Date: Tue, 14 Mar 2023 02:28:59 +0530 Subject: [PATCH] Added readme.md file --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..20fe58f --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +Project Setup + +In order to run this application, you need to install the Retrofit dependancies. Go to your module grille file and add retrofit and GSON dependancies. + +RetrofitApiClient file contain all the information regarding the connection to server. In module level gridle you can change your host server url. + +APIRepository connect with RemoteDataSource and create connection with API service using the RetrofitApiClient \ No newline at end of file