Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lucidfrontier45/falconrethinkproject

A simple Falcon Project Template with RethinkDB
https://github.com/lucidfrontier45/falconrethinkproject

Last synced: about 4 hours ago
JSON representation

A simple Falcon Project Template with RethinkDB

Awesome Lists containing this project

README

        

# Simple Falcon Project Template with Rethinkdb

## How to use ?

1. edit `api.py` or add whatever files and implement your API class by inheriting `RethinkResource`.

2. edit factory.py to register your API resource to the Falcon app instance.