Skip to content

mondial7/ocean-eye-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ocean Eye Application

Web Application backend / shell for the implementation of the Ocean Eye Model

clone it

git clone https://github.com/mondial7/ocean-eye-app.git
cd ocean-eye-app/

DB config

cd ../configs/
touch EKEDB_config.php

Example of EKEDB_config:

<?php
define('DB_HOST', 'localhost');
define('DB_USER', 'knopfy');
define('DB_PASSWORD', 'ocean');
define('DB_DATABASE', 'oceaneye');

Deploy

Infinite backlog

  • Polymer Template/View integration
  • DB dump
  • API docs
  • PHPUnit tests for application core
  • Codeception tests - codeception.com
  • Multiple DB engines support

About

Ocean Eye Web Application - Backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages