Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!'
- Host: GitHub
- URL: https://github.com/goliaro/letsmeetbackend
- Owner: goliaro
- License: mit
- Created: 2019-01-09T08:24:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T08:39:07.000Z (about 6 years ago)
- Last Synced: 2024-10-16T14:12:31.309Z (3 months ago)
- Topics: mysql, php, rest-api
- Language: PHP
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.