Skip to content

mucahidcakmakdev/php-test-apod

 
 

Repository files navigation

PHP Technical Test M.CAKMAK

Requirements

Installation

Run this command:

cd php-test-apod
$ composer install
  • set these Google API Keys (OAUTH_GOOGLE_CLIENT_ID & OAUTH_GOOGLE_CLIENT_SECRET) in your .env file

  • set authorized redirect_uri in your console.developers.google to http://127.0.0.1:8000/connect/google/check

  • set NASA_API_KEY in your .env file

Usage

Executed each day to fetch the picture of the day ,run command:

$ php bin/console app:run:media

There's no need to configure anything to run the application. If you have Symfony binary, run this command:

$ symfony serve

Then access the application in your browser at the given URL (http://127.0.0.1:8000 by default).

If you don't have the Symfony binary installed, run:

$ php -S localhost:8000 -t public/

About

PHP Test - Nasa APO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 83.7%
  • Twig 10.0%
  • Shell 6.3%