tabalinas / jsgrid-php

Sample project for jsgrid with PHP REST-service
MIT License
91 stars 48 forks source link

Nothing is happened when i put all file in my server #21

Open sumankkr opened 7 years ago

sumankkr commented 7 years ago

hello

I have just put all data and create a data base and also link with this but there is nothing happened here is my link http://35.154.133.25/jsgrid-php-master

tabalinas commented 7 years ago

As you can see in the console GET http://35.154.133.25/countries/ 404 (Not Found). Your countries endpoint doesn't work. There is some misconfiguration of your backend.

First setup your backend the way that http://35.154.133.25/countries/ returns the list of countries w/o the grid, so you can be sure that backend is properly configured.