-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
23 lines (15 loc) · 841 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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