ExamplesΒΆ

Sometimes the best way to learn about how something works is to look at an example. The Morepath Morepath organization on GitHub maintains the following example projects:

morepath_batching

Example of a batching UI using server-side templates. Shows how explicit models and link generation makes it easier to implement a batching UI.

morepath_cerebral_todomvc

A React & Cerebral rich frontend using Morepath as a REST backend.

morepath_reactredux

A React & Redux rich frontend using Morepath as REST backend.

morepath_rest_dump_load

A demonstration on how to use the json_dump and json_load directives to help implement a REST service.

morepath_sqlalchemy

Use SQLAlchemy with Morepath. This uses more.transaction to help integrate the two.

morepath_static

Using more.static with Morepath to publish static resources such as .js and .css files.

morepath_wiki

A wiki demo for Morepath, based on the web micro-framework battle by Richard Jones.