INSTALLATION
1. Install the modules listed in the file <installation_path>/child_labour_api/requirements.txt
	pip install -r <installation_path>/child_labour_api/requirements.txt
2. Update the global constants ­ INSTALLATION_PATH, HOST, PORT, and PATH ­ in <installation_path>/child_labour_api/config.py

LAUNCH
The application can be launched using the command python 
			<installation_path>/child_labour_api/application.py


TESTS
TBA



ORGANIZATION
Resources, and Data (files) are located in <installation path>/app/
Unit tests are located in <installation path>/child_labour_api/tests
Configuration is located in <installation path>/child_labour_api/config.py
Utility functions are located in <installation path>/child_labour_api/util.py 
Required python modules are located in <installation path>/child_labour_api/requirements.txt