https://github.com/phusion/passenger-python-flask-demo
Passenger: Flask example app
https://github.com/phusion/passenger-python-flask-demo
Last synced: about 1 year ago
JSON representation
Passenger: Flask example app
- Host: GitHub
- URL: https://github.com/phusion/passenger-python-flask-demo
- Owner: phusion
- License: mit
- Created: 2015-04-01T12:23:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-01T12:23:27.000Z (over 11 years ago)
- Last Synced: 2023-04-09T13:16:09.352Z (about 3 years ago)
- Language: HTML
- Size: 117 KB
- Stars: 14
- Watchers: 5
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Passenger: Flask example app
This is a [Flask](http://flask.pocoo.org/) hello world example app for [the Passenger application server](https://www.phusionpassenger.com/).
The `master` branch contains the code without Passenger installed.
The `end_result` branch contains the code with Passenger installed.
Run `git diff origin/master..origin/end_result` to see what's different.