Markard / neo_ws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neo Web Service

Requirements

  • PHP
  • MySQL

Installation

  • Clone project
  • Install related packages via composer:
composer install
  • Migrate database:
php bin/console doctrine:migrations:migrate

Synchronize with NASA API

By default the following command sync data for 3 days from now. But you can specify start date as argument. The max range in one query is 7 days. Format: Y-m-d.

php bin/console neo:synchronize

Start server

php bin/console server:run

Endpoints

About


Languages

Language:PHP 99.9%Language:ApacheConf 0.1%