Static security code scanner for Node.js applications.
- Install Postgres and configure
SQLALCHEMY_DATABASE_URI
incore/settings.py
- Run
pip install -r requirements.txt
- Run
python createdb.py
- Run
python app.py
This will run NodeJsScan on http://0.0.0.0:9090
If you need to debug, set DEBUG = True
in core/settings.py