Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.41 KB

README.rst

File metadata and controls

50 lines (35 loc) · 1.41 KB

app-turbo

pip Build Status codecov readthedocs

Turbo is a web framework for fast building web site and RESTFul api, based on tornado, mongodb, redis.

  • Easily scale up and maintain
  • Rapid development for RESTFul api and web site
  • Django or flask application structure
  • Easily customizable
  • Simple ORM for mongodb
  • Logger
  • Session(storage support for redis, disk and so on)
  • support MongoDB, MySQL, PostgreSQL and so on
  • support MongoDB asynchronous driver Motor

Getting started

pip install turbo
turbo-admin startproject <project_name>
cd <project_name>/app-server
touch __test__
python main.py

Documentation

Documentation and links to additional resources are available at http://app-turbo.readthedocs.org