rest countries api project
Javascript/PHP
Web page that uses a PHP backend to make a REST api call to https://restcountries.eu to fetch country data.
To start php server:
- Make sure that php is installed and is on your environment PATH
- Open terminal window and CD to project source directory
- Run
php -S localhost:8000
- Navigate browser to localhost:8000