This instruction will help you to prepare a dev environment in your local host.
Python 3.8
IDE with support for python:
*Visual Studio Code *Atom *Anaconda
Enabled a python virtual environment and install dependencies:
For Windows
python -m venv venv --clear
venv\Scripts\activate.bat
pip install -r requirements.txt
Execute all unit tests locally with the follow command:
nosetests tests
_Execute the API application with the following command
python .\bin\app.py
_Execute the funtion to read file application with the following command
python .\bin\app_execute.py