This is a s2cgi-based set of CGI scripts for managing card data for the Morbad Card Tools.
This API is 100% JSON (but not REST).
Docs
- The backend docs are hosted in this repository.
- Front-end docs, including the JSON structure for the various types of cards, are over in this public Google Doc.
Programming Language
s2, using the s2cgi CGI framework.
Storage
This service uses s2's sqlite3 loadable module to for storage. Here's the db schema.