Skip to content

weerox/yaffect-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yaffect-backend

This is the REST backend for the Yaffect Android application. To test this project locally with a database, you have to include a file named config.php containing information about the database connection, for example:

<?php
return array(
  'hostname' => '[hostname]',
  'username' => '[username]',
  'password' => '[password]',
  'database' => '[database-name]',
  'url_oauth2' => '[url]',
  'client_id' => '[client_id]',
  'client_secret' => '[client_secret]',
  'debug' => true
);
?>

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages