Added readme.md file

This commit is contained in:
manaknightdev
2023-03-14 01:41:53 +05:30
parent 29728f891f
commit de161ad435
4 changed files with 10 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
Project Setup
In order to run this application, you need to install the pod. Open the terminal and go to root folder of the project. Run command pod install on terminal, it will install all the required dependency.
In DataManager class, you will find the all types of API's class structure, POST, GET, PUT, MULTIFORM DATA, JSON Request.
In Constant class, you can change your server host there.