Giter VIP home page Giter VIP logo

vacunas-argentina-covid's Introduction

vacunas-argentina-covid

Comandos para instalar dependencias:

En caso de no tener python instalado, instalar python, o buscar algun entorno de python mas conveniente:

sudo apt-get install libpq-dev python-dev

Luego instalar las dependencias del proyecto

sudo pip install -r requirements.txt

Comando para levantar la API desde server/:

cd server
uvicorn main:app --reload

Comando para actualizar la DB.

Para configurar la conexion a la db, se debe crear el archivo .env con el host, usuario y clave. Se recomienda renombrar el archivo .env.example a .env, y cambiar los valores segun sea adecuado.

Si se lo deja corriendo, cada 24 hrs volverá a bajar los datos:

python3 server/api/update_db.py

vacunas-argentina-covid's People

Contributors

shipupi avatar sterenziani avatar

Watchers

James Cloos avatar  avatar

vacunas-argentina-covid's Issues

respeten los codigos de INDEC para las provincias y los departamentos

Son 2 números para provincia y 3 para el depto.
El código completo para identificar un Departamento son los 2 de la provincia + los 3 del depto, concatenado y son 5 numeros. Por ej. 02015 (estaría indicando, la comuna 15 de CABA)

Ej.

02 --> CABA
06 --> Buenos Aires
... etc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.