BI with Brazilian burned areas

Flask Login and Registration System through SQLite. Bussiness inteligence from PowerBI

Git Clone

git clone git@github.com:henriquepjv/burned_areas_bi.git

Change Directory

cd flask-login

Note : Install Python and Postman for your system

pip install virtualenv

source bin/activate

pip install flask flask-sqlalchemy flask-login

Export

export FLASK_APP=app.py

export FLASK_DEBUG=True

flask run

Create DB

python

from app import db

db.create_all() exit()

Start Server

flask run

Open Browser

http://localhost:5000

Demo

form de cadastro

form de login

dashboard bi