https://github.com/allisson/flask-example
Example Flask application
https://github.com/allisson/flask-example
Last synced: 10 months ago
JSON representation
Example Flask application
- Host: GitHub
- URL: https://github.com/allisson/flask-example
- Owner: allisson
- License: mit
- Created: 2013-07-20T17:34:08.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-01-21T00:29:46.000Z (over 10 years ago)
- Last Synced: 2025-06-29T01:39:18.489Z (12 months ago)
- Language: Python
- Size: 133 KB
- Stars: 77
- Watchers: 7
- Forks: 42
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
flask-example
=============
Example Flask application.
# You need
Mongodb running.
E-mail server running.
# Running email server using python
sudo python -m smtpd -n -c DebuggingServer localhost:25
# Install and run project
git clone https://github.com/allisson/flask-example.git
cd flask-example
pip install -r requirements.txt
python run.py # run on 127.0.0.1:5000
# How run the tests?
nosetests