Follow these steps to set up and run the project.
- Select and configure your environment in the
.env
file.
- Update the configuration files located in the
config
folder. Ensure that all required settings are defined in the appropriate.json
files.
cd app && python runner.py
Before running the application, install the required dependencies:
# Install necessary Python packages
pip install python-configuration
pip install setuptools
pip install -r requirements.txt
To run the unit tests, use the following command:
python -m unittest .\tests\AnalyzerTest.py
For more detailed information about the project, please refer to the documentation located in the /docs
folder.