/appstack

Appstack is a web application skeleton for python web development.

Primary LanguagePythonMIT LicenseMIT

appstack


Appstack

Appstack is a web application skeleton for python web development.

It design for Tornado web application, just a skeleton.

Usage

$ python /your/path/appstack/applications/application.py --port=8000

Open your browser and input url as http://localhost:8000/, you will see hello world.

If you need database support, you need to modify this source code and enjoy it!

Requirement

This skeleton build on some awesome python package. lists as follow:

Especially, recommand Postgresql as primary data store and Redis as secondary data store or just as cache. and you need more requirements.

Contribute

If you have any questions or find some bug. please pull the request and notify me. I will merge your contribute into the master depends on project. Thank you.