Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

ultramega/flavordex-api-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flavordex API Server

This is the backend server that the Flavordex app uses to sync journal data.

Requirements

  • PHP 5.5
  • MySQL 5.6
  • PHP-JWT [link]
  • A Firebase project for Cloud Messaging [link]

Setup

  • Import the flavordex2.sql file into a database using the method of your choice.
  • Rename Config.php.sample to Config.php (located in web/Flavordex).
  • Edit Config.php with your configuration parameters.
  • Place the contents of the web/ directory in a Web accessible location.
  • If your server is not set up for SSL, remove SSLRequireSSL from web/.htaccess.

License

The source code for the Flavordex API Server is released under the terms of the MIT License.