Skip to content

retresco/supercell

 
 

Repository files navigation

supercell

Supercell is a framework for creating RESTful APIs that loosely follow the idea of domain driven design. Writing APIs in supercell begins with creating the domain classes using schematics and creating code for storing, manipulating and querying the data. Only then Tornado request handlers are created and scales will give you insights into the running API instance. At this point supercell will take care of transforming the incoming and outgoing serializations of the domain models.

TravisImage_ CoverAlls_ RequiresIo_

Quick Links

Authors

In order of contribution:

License

Licensed under Apache 2.0 -- see LICENSE