Flask app that gets various properties of a molecule provided in SMILES format.
- Install anaconda
- Create conda environment from the provided .yaml
conda env create --file environment.yaml
- Activate the environment
conda activate cenv
- Set the FLASK_APP environment variable (Powershell):
$env:FLASK_ENV = "development"
- Run the flask app
flask run