Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 '>'