yuan3y / OpenSnap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A PHP Mysql server API for OpenSnap

This is an ongoing work for our Software Engineering project.

All codes are our own original work unless otherwise indicated.

Feel free to fork this project & host it on your own server.

We haven't figured out how to write a database installation script, so find php54.sql, change line 20 (php54) to your database name, then manually import it to your database. If you are hosting on your own server (other than on Openshift), you need to create an upload folder also.

Do note that this API is meant to be simple and hastle-free for the school project, the password is NOT encrypted at all. Do change that when you decide to fork it for real-world use.

This API usage reference is available at github

Live Demo Site You are welcome to try to see the demo, however, you are NOT allowed to incorporate this live site directly into your project.

Environment

Our web stack uses Openshift's environment, PHP 5.4, MySQL 5.5.

We have also done local testing with PHP 5.5.12 and MySQL 5.6.17.

About

License:Other


Languages

Language:PHP 80.1%Language:CSS 18.8%Language:Shell 1.1%