Skip to content

Appstack is a web application skeleton for python web development.

License

Notifications You must be signed in to change notification settings

mywaiting/appstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Appstack is a web application skeleton for python web development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages