Skip to content

aprilwebster/dol-flask_restful_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages