Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

SonarSource/Devoxx-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.