Skip to content
jklmnn edited this page Sep 19, 2015 · 1 revision

ShoppingList Backend

This is the backend for the ShoppingList Android app.

##Installation

###Requirements

  • PHP >= 5.3.7
  • Apache Webserver (we recommend a TLS Connection to the Server)
  • MySQL or SQLite (you can select in the Install Script)

###Database You can either use MySQL or SQLite. SQLite is easier to set up.

####Installation To install the backend, go to http://your.domain/yourpath/INSTALL.php. Fill up the form, click on create! That's all.

Feedback

Please do never hesitate to open an issue!
I know there are some bugs, most likely because I had no idea how to do it otherwise and therefore had to use a workaround.

###Development You also can give feedback and contribute by writing code and fixing bugs to help us to improve this application. The preferred way to do so is creating a pull request. If you create a pull request from a fork please read our [Branching Guidelines](Branching Guidelines).

Clone this wiki locally