A Flask application.
-
Activate the
venvVirtual Environment:. .venv/bin/activate -
Install the application:
pip install -e . -
Run the application:
flask --app anaconda run --port=3000 --debug
@note: The default port 5000 is not recommended on macOS devices due to a conflict with Airdrop services.
-
Run the unit tests:
pytest
-
Run the code linter:
pycodestyle anaconda