Skip to content

DavidCruciani/ptit-crolle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P'tit Crolle

Alt text

Flask application template

What's in ?

  • Vuejs3

  • Blueprints

  • Flask-Login

  • Flask-SQLAlchemy for databases

  • Flask-WTF for forms

  • Flask-session for sessions

  • Some roles are already created

Installation

It is strongly recommended to use a virtual environment

If you want to know more about virtual environments, python has you covered

pip install -r requirements.txt
python3 app.py -i                            ## Initialize db

Config

Edit config.py

  • SECRET_KEY: Secret key for the app

  • FLASK_URL : url for the instance

  • FLASK_PORT: port for the instance

  • MISP_MODULE: url and port where misp-module is running

Launch

./launch.sh -l