web2py / py4web-example-apps

1 stars 2 forks source link

py4web example apps

This is a collection of example apps for py4web. Use as follows:

pip install py4web
git clone git@github.com:web2py/py4web-example-apps.git
py4web run py4web-example-apps/apps -p 8000

then visit the URL of the specific app

open http://127.0.0.1:8000/todo
open http://127.0.0.1:8000/fadebook
open http://127.0.0.1:8000/tagged_posts
etc.