gbnegrini / maquina-turing-inf0017-ufcspa

Trabalho final da disciplina Teoria da Computação (INF0017) da UFCSPA.

Home Page:https://turing-inf0017.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Máquina de Turing - INF0017 (UFCSPA)

Trabalho final da disciplina Teoria da Computação (INF0017) da UFCSPA.

Autores: Alice Nascimento, Guilherme Negrini, Júlia Martins e Sofia Faber.

Website

A Máquina de Turing está disponível em: https://turing-inf0017.herokuapp.com/

Uso local

Criação do ambiente e instalação de dependências

  • Instalar o gerenciador de ambientes e pacotes Anaconda
  • Criar o ambiente e instalar as dependências através do comando:
$ conda env create -f environment.yaml
$ conda activate turing

Iniciar o servidor Flask

$ python app.py
  • Acesse o endereço local indicado no console.

Desenvolvido com

  • Dash by Plotly: Dash is Python framework for building web applications. It built on top of Flask, Plotly.js, React and React Js. It enables you to build dashboards using pure Python.
  • Heroku: a platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud.

About

Trabalho final da disciplina Teoria da Computação (INF0017) da UFCSPA.

https://turing-inf0017.herokuapp.com/

License:MIT License


Languages

Language:CSS 60.9%Language:Python 39.1%