An open API service indexing awesome lists of open source software.

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

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