This repository contains the source code that I demonstrate in my "Python Web For magnetic Materials" presentation.
To install and run these examples you need:
- Python 3.6
- git (only to clone this repository)
The commands below set everything up to run the examples:
$ git clone [email protected]:haidi-ustc/magnetic_materials_web.git $ cd flask_rest_service $ pyenv activate your_env (your_env) pip install -r requirements.txt
- The web is showing [ here ](https://magnetic-materials.herokuapp.com/)