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