$ ng version
     _                      _                 ____ _     ___
    / \   _ __   __ _ _   _| | __ _ _ __     / ___| |   |_ _|
   / △ \ | '_ \ / _` | | | | |/ _` | '__|   | |   | |    | |
  / ___ \| | | | (_| | |_| | | (_| | |      | |___| |___ | |
 /_/   \_\_| |_|\__, |\__,_|_|\__,_|_|       \____|_____|___|
                |___/
Angular CLI: 8.3.3
Node: 10.17.0
OS: linux x64
Angular: 
... 
Package                      Version
------------------------------------------------------
@angular-devkit/architect    0.803.3
@angular-devkit/core         8.3.3
@angular-devkit/schematics   8.3.3
@schematics/angular          8.3.3
@schematics/update           0.803.3
rxjs                         6.4.0$ python -V
Python 3.7.5
$ pip -V
pip 19.3.1 from /home/ubuntu/anaconda3/envs/afm_37/lib/python3.7/site-packages/pip (python 3.7)- Git clone <project_url>
- Go to <project_folder>/web and install packages npm install
- Go to <project_folder>/api and install python libs pip install -r requirements.txt
- Run DB migrations after updating the MySQL db details at main/db_config.py
- run python app.py
- will update soon...