Git Product home page Git Product logo

seg_inf_tp's Introduction

Para correr con Docker:

  1. Instalar docker
  2. Posicionarse en la carpeta seg_inf_tp y crear un archivo .env siguiendo el ejemplo de .env.example
  3. En el archivo .env, crear la variable PORT y setear el puerto deseado. Recomendamos el puerto 5000.
  4. Crear una cuenta en ngrok y conseguir un auth token. Una vez obtenido, setear NGROK_AUTH_TOKEN en el archivo .env con el mismo
  5. Correr el script
    run.sh
    
  6. En un navegador, se debería poder entrar con http://localhost:{{PORT}}

Para correr sin Docker:

  1. Instalar Python
  2. Posicionarse en la carpeta seg_inf_tp e instalar las dependencias con el requirements.txt
  3. Posicionarse en la carpeta seg_inf_tp/src y correr python3 backend.py
  4. Crear una cuenta, instalar ngrok y configurarlo para poder usarlo siguiendo el instructivo de su documentación
  5. En otra terminal, correr
    ngrok http 5000
    

seg_inf_tp's People

Contributors

ezequielzion avatar pdbruno avatar federicosu avatar santiravaglia avatar

Watchers

 avatar

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.