Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/goliaro/letsmeetbackend

This repository contains the server-side PHP Rest API used by my iOS app 'Let's Meet!'
https://github.com/goliaro/letsmeetbackend

mysql php rest-api

Last synced: about 1 month ago
JSON representation

This repository contains the server-side PHP Rest API used by my iOS app 'Let's Meet!'

Awesome Lists containing this project

README

        

# LetsMeetBackend
This repository contains the server-side PHP Rest API used by my iOS app [Let's Meet!](//github.com/gabrieleoliaro/LetsMeet). The app makes SQL requests to the MySql database through GET and POST requests to the urls where the .php files in this repository are stored. Currently, the API is installed on [Gabriele](//github.com/gabrieleoliaro)'s webspace at the address: https://www.gabrieleoliaro.it/db/
The db_connect file has been edited to avoid revealing the credentials to the MySQL database used by the app.

Citations:
-----------
Welling, L., & Thomson, L. (2016). PHP and MySQL® Web Development, Fifth Edition (5th ed.). Addison-Wesley Professional.