Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 325 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 325 Bytes

Overview

Simple demo project to highlight automatic analysis of python and javascript on SonarCloud.

Prerequisite

To run the webapp, Python3 and flask need to be installed in the environment.

Running the webapp

Initialize the database with python init_db.py. You can then simply run the webapp with flask run.