dst-vilfredo_dashboard
v1.5.0
Published
## To run it local Python version 3.9
Downloads
332
Readme
dst-vilfredo_dashboard
To run it local
Python version 3.9
Add a .env file with the connection string to the Aurora DB
CONNECTION_STRING=< add connection string >
Add in the .env file the Smile token as:
AUTH_TOKEN=<add smile token>
Add in the .env file:
DEV_MODE=True
Install the requirements:
pip install requirements.txt
Run in the browser this link:
https://api.cx.covisian.com/v1/users/me
and save the JSON file as: ./config/user.json The user file will not be saved in the repository.
Run streamlit:
streamlit run app.py
Create the Docker image:
docker build --no-cache -t vilfredo_dashoard .
Run the container:
docker run -p 8501:8501 vilfredo_dashboard
Commit per lanciare la build della nuova immagine in automatico
npm run commit
- selezionare il tipo di commit
- skippare prima richiesta
- inserire message del commit
- skippare e selezionare nelle due successive la risposta si o no al tipo di change
Per problemi con npm:
- git commit -m "fix: IL TUO MESSAGGIO"
usare la sintassi: fix/ci/chore/feat: messaggio