About this Repo

This is the Git repo for demonstrating how TDD (Test-Driven Development) works on flask-based restful api server.

Prerequisite:

pip install -r req.txt 

How to run:

python manage.py init_db
python wsgi.py 

How to run testing

nosetests -vv --nologcapture tests/