Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 303 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 303 Bytes

KeralaRescueRefugeeDB

App to manage Refugee details in each camp.

Running

Import project to Android studio

Edit URL from here app/src/main/java/xyz/appmaker/keralarescue/Tools/Config.java

public class Config {

   public static String BASE_URL = "http://192.168.0.20:8000";

}