New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dst-vilfredo_dashboard

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dst-vilfredo_dashboard

## To run it local Python version 3.9

  • 1.5.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
17
decreased by-90.06%
Maintainers
0
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 04 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc