Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 451 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 451 Bytes

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