Simple demo project to highlight automatic analysis of python and javascript on SonarCloud.
To run the webapp, Python3 and flask need to be installed in the environment.
Initialize the database with python init_db.py
. You can then simply run the webapp with flask run
.