cloudengine

An Open source backend for mobile apps


License
MIT
Install
pip install cloudengine==0.3

Documentation

CloudEngine

Open source backend for mobile.

Overview

CloudEngine is an open source backend for building awesome mobile apps built using Python and django. The aim of the project is to help mobile app developers get their apps off the ground as quickly as possible. For this, CloudEngine provides basic services required for building rich mobile apps out-of-the-box. The aim is also to create fully customizable and extensible framework for building backend mobile services.

Requirements

CloudEngine runs only on gunicorn server and hence currently runs only on UNIX environments. For development purposes, you can use django's builtin webserver.

  • Python (2.7.5+)
  • MongoDB (2.4.6+)
  • MySQL (5.5+)

All the python library dependencies are listed in requirements.txt

Documentation & Support

Complete documentation is available at - http://getcloudengine.com/docs

For discussions, questions and support use the Github issue tracking

You may also want to follow cloudengine on twitter.

License

See the LICENSE file for more info.