Posts

Showing posts from November, 2016

Apigility Project Setup

How to Start an apigility project - Step 1:     Install xamp server and do all the setup Step 2:     Download an apigility skeleton project from web and place it in xamp/htdocs folder ( Apigility Skeleton ) Step 3:     Configure the Apigility skeleton project folder path in vhosts file(To create a web server you need to do this setup) Ex: you setup the server Url like 192.168.1.244:8080 Step 4:     192.168.1.250:8080 give this Url in the Chrom browser, you can see an apigility UI, Click on database tab and add your database connectivity info and click on new API Step 5:     After creating an API click on Create new service. Step 6:     Select REST tab and give your Web Service name and press Create Service Button - Now you just create an API and service in that API Step 7:     Once you created a service there will be four files which created automatically with the service name as folder         Ex: Service name is 'UserLogin' then in the path /var/www/html/andr