Added readme.md file

This commit is contained in:
manaknightdev
2023-03-14 02:28:59 +05:30
parent 8ba6156121
commit 630aeed8a6
+7
View File
@@ -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