Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 436 Bytes

File metadata and controls

26 lines (17 loc) · 436 Bytes

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