Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerkeeler/boardgameapp
CISC474 Project 2 - An introduction to web technology by implementing a simple LAMP stack
https://github.com/jerkeeler/boardgameapp
Last synced: 4 days ago
JSON representation
CISC474 Project 2 - An introduction to web technology by implementing a simple LAMP stack
- Host: GitHub
- URL: https://github.com/jerkeeler/boardgameapp
- Owner: jerkeeler
- Created: 2015-02-17T22:04:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-26T15:51:46.000Z (almost 10 years ago)
- Last Synced: 2024-11-12T17:52:50.492Z (2 months ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example LAMP Stack
This is a project for UDel CISC474 that uses a simple LAMP stack to use as an introduction to web technologies. This project is based on implementing a simple API using php and then hitting the api using AJAX requests from a javascript script.## API Calls
www.barcablaugrana.com/boardgameapp/api/games?filters
Filter part of the url, must be of the form
minplayers=3
Filters include objectname, objectid, average, avgweight, rank,
minplayers, maxplayers, playingtime, bggbestplayers. Requests must
match database exactly.Multiple filters can be chained together using & in the url. An example would be /boardgameapp/api/games?minplayers=3&maxplayers=5
Operators permitted are '<', '=', and '>'