Run a development API server on port 5000:
FLASK_APP="api" flask run
Or use the production API server: https://impeachment-tweet-analysis-api.herokuapp.com/
APP_ENV="test" pytest test/test_api_v0.py
APP_ENV="test" pytest test/test_api_v1.py
Run a development API server on port 5000:
FLASK_APP="api" flask run
Or use the production API server: https://impeachment-tweet-analysis-api.herokuapp.com/
APP_ENV="test" pytest test/test_api_v0.py
APP_ENV="test" pytest test/test_api_v1.py