The core django application behind api.gama.io
Go to file
c0de fbb7c24d39 Add the core
This sets up the database to reflect what is written in the schema
Next is to add logic
2017-06-01 02:14:51 -05:00
api Add the core 2017-06-01 02:14:51 -05:00
core Add the core 2017-06-01 02:14:51 -05:00
.gitignore Update gitignore 2017-06-01 02:12:27 -05:00
LICENSE Add License 2017-06-01 01:14:18 -05:00
README.md Update README 2017-06-01 01:11:24 -05:00
Schema Update schema 2017-06-01 02:13:31 -05:00
blank_db.sql Add Schema definition 2017-06-01 01:06:40 -05:00

README.md

GAMA API

This is the core of the GAMA API. It is a django project that defines the core db components and routing. Different hooks for the API will be written and integrated as seperate "Apps",

Currently Planned: GPS_API - A service that will provide GPS support for devices such as asset trackers LOB_API - An update to the lob.li service, moving away from the aging PHP5 code for the API (chrome extension and site itself. Site will be a seperate django project not related to the API)