Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 500 Bytes

File metadata and controls

30 lines (19 loc) · 500 Bytes

My APIARY Document https://pwp2018exercise316.docs.apiary.io/

INSTALL

To get the necessary Python modules:

pip install flask pip install flask-restful

RUNNING THE SERVER

In the project root folder:

python main.py

RUNNING THE TESTS

In the project root folder:

To run the server functional tests python -m test.exercise3_api_tests.py

To run the database unit tests python -m test.database_api_tests_message python -m test.database_api_tests_user