This is a collection of example apps for py4web. Use as follows:
pip install py4web
git clone [email protected]: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.