https://github.com/dolph/flaskr
http://flask.pocoo.org/docs/tutorial/introduction/
https://github.com/dolph/flaskr
Last synced: about 1 year ago
JSON representation
http://flask.pocoo.org/docs/tutorial/introduction/
- Host: GitHub
- URL: https://github.com/dolph/flaskr
- Owner: dolph
- Created: 2013-07-03T21:39:05.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-26T03:25:10.000Z (almost 13 years ago)
- Last Synced: 2025-02-10T01:38:02.818Z (over 1 year ago)
- Language: Python
- Size: 277 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
flaskr
======
An implementation of [Flask's
tutorial](http://flask.pocoo.org/docs/tutorial/introduction/).
Running
-------
If you don't have [Vagrant](http://www.vagrantup.com/) and
[Fabric](http://fabfile.org/) installed, start there first.
$ vagrant up
$ fab vagrant bootstrap deploy
$ open http://127.0.0.1:8000/